Articles in this section
Category / Section

How to set a particular Column to be readonly?

1 min read

To make a column readonly, the ReadOnly property of that particular column has to be set as 'false'. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.TableDescriptor.Columns.FindByMappingName("Columnname").ReadOnly = true;

VB

Me.GridGroupingControl1.TableDescriptor.Columns.FindByMappingName("Columnname").ReadOnly = True

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