Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
How to disable a webdatagrid's cell dynamically
posted

Hi,

I would like to know how can I disable a WebDataGrid's cell dynamically. Let's say you have two columns, first is a checkbox and second is a text. So how can I disable editing of second column when the checkbox is unchecked and re-enable editing when checkbox is checked by the user? How to do it in javascript and code-behind?

 

Thank you,

Pascal