Skip to content

PHPGrid to go to a specific page during load

Question:
Is there a way in javascript to get the current page # of the grid and to go back to that same page from a url parameter? (ie. ?gridpage=327)

Solution:

$("#grid").setGridParam({
    page: 100
}).trigger("reloadGrid");


Feedback and Knowledge Base