New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Filter Multi Checkboxes
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Grid supports a multi-checkbox filter functionality, which allows you to filter a Grid column by using checkboxes.
To enable the multi-checkbox filter in the Filter menu of the Data Grid,
specify the Filterable(ftb => ftb.Multi(true)
setting for the relevant Data Grid columns, as demonstrated in this demo.
In addition, you can customize the Checkbox Filter Menu by combining the filter with an ItemTemplate("itemTemplate")
definition, as shown with the Country column in the bottom Grid.
The .Filterable.Search(true);
setting renders a search box in the multi-checkbox filter menu so that the data source of the checkboxes can be filtered.
For more information about the filtering capabilities, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available fltering approaches.