changes the current page in grid
ind | number | correction ( -1,1,2, etc.) to the currently active page |
Available only in PRO Edition
<a href="javascript:void(0)" onclick="myGrid.changePageRelative(-1)">Previous page</a>
<a href="javascript:void(0)" onclick="myGrid.changePageRelative(1)">Next page</a>
Back to top