fires on pressing the Down-Arrow button while the last row of the page is selected
myGrid.attachEvent("onLastRow",function(){
// your code here
});
The event is blockable. Returning false in case of dynamic loading and paging will block switching to the next page.
Back to top