New to KendoReactLearn about KendoReact Free.

GridPagerType

The type of the Grid pager.

The available values are:

  • numeric—Buttons with numbers.
  • input—Input for typing the page number.
tsx

<Grid
   pageable="{{
       type: 'numeric'
   }}">
</Grid>

type GridPagerType = "numeric" | "input";

Not finding the help you need?
Contact Support