DataGridView prevent edit
-
-
Is there a way to prevent edit of some columns in a DataGridView bound to a DataTable? What I need is prevent edit, the user shouldn't have the opportunity to enter in edit mode if the celll belongs to one of the columns I consider "Read Only".
Hi As far as I know ... this is can't be done in C# (2003 ) .net 1.1 but I know a cool and open Source DataGrid for .net 2.0 can solve this prb check this link www.codeproject.com/cs/miscctrl/csharpgridcontrol.asp and sorry if I got so far from your Question .... I just wanted to help .....
I know nothing , I know nothing
-
Is there a way to prevent edit of some columns in a DataGridView bound to a DataTable? What I need is prevent edit, the user shouldn't have the opportunity to enter in edit mode if the celll belongs to one of the columns I consider "Read Only".
-
Is there a way to prevent edit of some columns in a DataGridView bound to a DataTable? What I need is prevent edit, the user shouldn't have the opportunity to enter in edit mode if the celll belongs to one of the columns I consider "Read Only".