SASS Themes
LESS Themes
Filter / Basic usage
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.
ASP.NET Core source
Also available for:
- index.cshtml
- IndexController.cs