We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon