Telerik UI for ASP.NET Core Filter Basic Usage
- 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 APIThe Filter component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Kendo UI Filter control is a powerful component, which allows you to create a filter that can be used by the Kendo DataSource. It provides an intuitive UI and a variety of options about how to create the underlying filter expression. You can apply the filter to the datasource by clicking the built-in apply button or manually using the applyFilter client-side method. The Filter supports editors customization in the form of templates. Each time the expression is changed you are notified by the change event thus allowing you to reapply it if needed. In order to better understand the structure of the filter expression the Filter has a preview functionality that visualizes the filter to be applied.