Click or drag to resize
UniGridReset Method
Resets the UniGrid state, i.e., restores the filter to the initial state, navigates to the first page and sets the default page size and sorting order, and finally reloads data.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void Reset()
Remarks
When some of the custom filter controls doesn't implement the ResetFilter method, UniGrid displays an error message and logs a warning to the event log.
See Also