When there is a required column, and the option of the update of the Grid is set to batch, the user gets stuck when he tries to edit a required cell. He needs to be able to cancel the edit without entering a value, and gets validated only on Save.
How can we do this?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 22 Aug 2016, 02:34 PM
Hi Salim,
With Batch edit mode it is not possible to have a built-in validation on saving the changes only and the validation will fire for the currently edited cell. You can however use the InLine edit mode and allow the users to cancel the editing of that row, even if the validation fails.