禁用.net C#窗体中的单元格数据网格
问题描述:
在我的.net 1.1 C#windows窗体应用程序中,我想在DataGrid中禁用一个单元格(列),如果它的值是某个特定值。
我该怎么做?
感谢您的帮助。
In my .net 1.1 C# windows form application, I would like to disable a cell(column) in a DataGrid if it's value is some particular value.
How do I do that?
Thanks for help.
Jason