Skip to main content
A newer version of this page is available. .

ASPxClientGridView.UnselectFilteredRows Method

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

Declaration

UnselectFilteredRows(): void

Remarks

When filtering is applied to the ASPxGridView, only data rows that meet the specified criteria are displayed. Use the UnselectFilteredRows method to unselect all these rows.

See Also