This question is locked. New answers and comments are not allowed.
I noticed that on the demo of the batch editing feature for the grid, when there is a client side error and the validation message pops up, all the other cells are not selectable until the error is fixed.
http://demos.telerik.com/aspnet-mvc/grid/editingbatch
How is this achieved?
I have created a similar Grid but once i get a client side error, the error displays in the validation message popup, but i can select other cells and continue editing.
The problem with this is that if there are other client side errors, the validation message doesn't appear anymore..
So my question is, how do we disable the grid cells from being edited when there is a client side error?
I want the same effect as your demo.
Thank you.
Emmanuel
http://demos.telerik.com/aspnet-mvc/grid/editingbatch
How is this achieved?
I have created a similar Grid but once i get a client side error, the error displays in the validation message popup, but i can select other cells and continue editing.
The problem with this is that if there are other client side errors, the validation message doesn't appear anymore..
So my question is, how do we disable the grid cells from being edited when there is a client side error?
I want the same effect as your demo.
Thank you.
Emmanuel