Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied