|
-
October 15th, 2004, 11:38 AM
#1
C#: How to change READONLY property dynamically?
I have a datagrid control in my C# application and when the app starts it should be ReadOnly. However, i need to be able to edit the grid and them make it readonly again. This is what i'm doing :
productDataGrid.ReadOnly = false;
..but it doesn't work...
Please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|