checkbox

how to disable changing a value in checkbox column? If it''s checked it should stay checked.

2 Replies

AD Administrator Syncfusion Team November 9, 2005 12:12 PM UTC

Hi Hrvoje, If you need to avoid changing the checkbox value of the column, you can set the ReadOnly property to true. this.gridControl1.Model.ColStyles[1].ReadOnly = true; Here is a sample for implementing it. forum.zip Let me know if this helps. Regards Haneef


HV Hrvoje Voda November 9, 2005 12:43 PM UTC

It helps. thank you.

Loader.
Up arrow icon