AD
Administrator
Syncfusion Team
September 30, 2005 09:31 AM UTC
Hi Gulshan
you can try with the following code to make the CheckBox column as readonly.
Assuming the Colindex of the CheckBox column as 1,
this.gridDataBoundGrid1.Model.ColStyles[1].ReadOnly = true;
Best Regards
Mouli.