I tried returning false on editRowEnding event, but nothing happens. So, looking at the ui object, I tried setting ui.keepEditing to true which works fine.
Now the problem is they can't even cancel out of the edit mode which they should be able to. Is there a way to handle Cancel click button ?
Just want to close this thread, I figured out a way to make things work using keepEditing property.
Thanks,
Jeffrey
I just realized I also need to be able to get out of edit mode when user click on another row, so handling Cancel click button won't do. Is there a way to cancel editRowEnding ? according to the API it is cancellable so I should be able to return false to make the row stays in edit mode.