Page information
Page information

Can I able to get the current page number of the grid. Can I pass the page number into the browser URL?
This discussion has been closed.
Can I able to get the current page number of the grid. Can I pass the page number into the browser URL?
Replies
Hi @suryapathi ,
Yep, to both. You can get the page number with
page.info()
, and you link directly to a given page with deep linking.Cheers,
Colin