This is a migrated thread and some comments may be shown as answers.

How to get go to Page option in grid

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mukesh
Top achievements
Rank 1
Mukesh asked on 01 Oct 2019, 09:25 AM
I want to have go to page option in grid pager using which i should be able to navigate to specific page. how that can be achieved. 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 02 Oct 2019, 06:21 AM

Hello, Mukesh,

This can be done by setting the pageable options type to input:

https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-pageable

 pageable={{
  type: 'input'
 }}

This will render and input in the pager where the user can enter a specific page:

https://stackblitz.com/edit/react-23vywq?file=app/main.jsx

I hope this is helpful.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Mukesh
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or