How to move Direct on Particular page.

Hi,



Is there any facility to move on particular page directly.and at that time i want a record info for the page also.



ie. i had a paging with 100 record 10 record on each page.suppose i want to call function that can accept the

page no as input,let say 2 so i want to navigates grid to second page.and i also want to record index. in this

case it should be 21-30,



so i there any way to doing the same thing.

Thanks in advance.

Sure, you can use
    grid.changePage(num);
for example
    grid.changePage(2)
will show second page and update all related information.