Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1150
return false on editRowEnding does not do anything
posted

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 ?

Parents
  • 1150
    posted

    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.

Reply Children
No Data