Enumeration 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.

Enumeration Members

Enumeration Members

Local: 0
Remote: 1