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