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
315
Allow Update on client Side
posted

The web application I'm currently developing has a grid that has checkbox column with which I control the rows that should be deleted. My issue right now is on a grid that has some filled rows that shouldn't be deleted, and so the checkboxes are disabled with the AllowUpdate = No on the server side. I know that on the server side I can define the allowupdate for each row, is it possible to define this on client side?Or will I need to use the Dom objects to enable the checkbox?

Thank you

Cláudio Correia