Specifies which aspects of the grid state should be reset.
| Name | Value | Description |
|---|---|---|
| None | 0 | Do not reset grid state. |
| ResetPosition | 1 | Reset the grid's position (reset GridUserState.PageIndex and GridUserState.LoadMoreAdditionalItemsCount for GridContentNavigationMode.Pagination, GridContentNavigationMode.PaginationAndLoadMore and GridContentNavigationMode.LoadMore, reset scroll position for GridContentNavigationMode.InfiniteScroll). |
| ResetSorting | 2 | Reset the grid's sorting state to default (reset GridUserState.Sorting). |
| All | 65535 | Reset all grid state aspects. |