Articles in this section

How can I prevent cells in the Grid from being edited?

To prevent cells from being edited you need to set the AllowEdit property in the TableDescriptor of the GridGroupingControl to false.

C#

this.GridGroupingControl1.TableDescriptor.AllowEdit = false;

VB

Me.GridGroupingControl1.TableDescriptor.AllowEdit = False

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied