Skip to main content

Header Filter

Row headers can display Excel-style filter buttons. Clicking a filter button invokes the header filter popup window that enables you to apply filter criteria against this row.

The header filter supports the following modes:

  • List and CheckedList — Available for all grid columns.
  • DateRangeCalendar and DateRangePicker — Available for date columns only.
  • NumericRangePicker — Available for numeric columns only.

The mode is specified at the row level using the SettingsHeaderFilter.Mode property.

ASPxVerticalGrid-VisualElements-HeaderFilter