Anyway to set the ReadOnly attribute of the EditColumnSetting during the InitializeRow event for a specific cell?
Hello,
No, currently the read only attribute can be set on the column level. You can customize it on a cell level by using client side events, handle "EnteringEditMode" & cancel the event for celsl you don't want your users to edit.
-Taz.
Hi Taz,
How? can you point me out?
I don't find a ReadOnly property at the column level of the WebDataGrid...