How to keep EditGrid in the Editing state after logic executes in "editGridSaveRow"
Overview I have an editGrid in which I have added a Logic which listens to the event "editGridSaveRow". As per my logic if some validation fails in this logic , I have to keep the row in the Editing State so that user has to either cancel their changes or correct the validation and proceed. I couldn't find a solution for that so far. I tried to call instance.editRow(rowIndex) to keep the row open but didn't work as expected. Can someone help how to get around this issue.
Can you provide me a json file or a jsfiddle so we can test?
Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!