GridStateResetOptions #

Specifies which aspects of the grid state should be reset.

API #

Enum values #

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.
An unhandled error has occurred. Reload 🗙