This doesnt help. I receive the event but the page changes to the next page. What I need is a way to be notified before the event happens.
This is what I need>
1) The user can make several changes to values on the grid. I have a button which when clicked saves all the changes at once on the server.
2) If the user tries to navigate to the next page with out saving his changes, I want to show a warning window. If they say discard changes, I want to go the page they want to navigate to. If they say no, don’t go to the next page.
3) I was able to do it with sorting by implementing source.sort function.