GridPagingMode

Enumeration representing different paging modes for the grid.

  • Local: The grid will use local data to extract pages during paging.
  • Remote: The grid will expect pages to be delivered from a remote location and will only raise events during paging interactions.

Type

GridPagingMode = typeof GridPagingMode[keyof typeof GridPagingMode]

Defined in projects/igniteui-angular/grids/core/src/common/enums.ts:98, projects/igniteui-angular/grids/core/src/common/enums.ts:102