ASPxClientVerticalGrid.UnselectFilteredRecords Method
Deselects all grid records that match the filter criteria currently applied to the grid.
Declaration
UnselectFilteredRecords(): void
Remarks
When filtering is applied to the ASPxVerticalGrid, only records that meet the specified criteria are displayed. Use the UnselectFilteredRecords method to unselect all these records.
See Also