In my grid, I have a number of columns marked as editable.
However, I need to make some of the rows being returned in the JSON to be readonly.
How can this be done?
Is there anything I can add to the JSON for those rows?
Can I iterate over the rows and set a flag to prevent editing on all the columns in that row?
Any other options?
Thanks,
Glen
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top