Given instance of a C1TrueDBGrid and cell location (row and column indexes), how can I determine if the cell is editable or readonly?
Asked
Active
Viewed 2,223 times
0
-
If someone can create the C1TrueDBGrid tag it would be nice. – dev team at energyonline.com Apr 09 '13 at 23:12
-
http://our.componentone.com/groups/winforms/true-dbgrid-for-winforms/forum/topic/how-to-programatically-determine-if-a-cell-is-readonly – dev team at energyonline.com Apr 10 '13 at 04:28
-
enclose the code snippet where you are trying to edit a cell in a try catch block. Check the exception in Catch block and return if it is read only. – Nilay Vishwakarma May 08 '14 at 07:03