Skip to main content

ASPxClientVerticalGrid.UnselectFilteredRecords Method

In This Article

Deselects all grid records that match the filter criteria currently applied to the grid.

#Declaration

TypeScript
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