New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Filter Multi Checkboxes
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- filter_multi_checkboxes.cshtml
- Filter_Multi_CheckboxesController.cs
- ProductService.cs
Also available for:
API REFERENCEDescription
You can enable checkbox list filtering in the filter menu of the Grid HtmlHelper by specifying Columns -> Filterable -> Multi(true) setting for the relevant grid columns.
In addition, you could customize the checkbox filter menu by combining the filter with ItemTemplate definition as it is done with the Country column in the bottom grid.