New to Kendo UI for jQueryStart a free 30-day trial

Combine Regular and Custom Filters in ASP.NET MVC Grid

Environment

ProductProgress® Telerik UI® Grid for ASP.NET MVC
Operating SystemWindows 10 64bit
BrowserGoogle Chrome
Browser Version57
.NET FrameworkVersion 4.6
Visual Studio VersionVisual Studio 2015
Preferred LanguageJavaScript
MVC VersionMVC 5
View EngineRazor

Description

I have a Telerik UI Data Grid for ASP.NET MVC with regular filters and local filtering. How can I add custom filters and combine the regular filters with the custom ones?

Solution

To allow the application of both filter types, wrap the custom filter in an additional filter with the "OR" criteria.

For the complete implementation of the approach, refer to this runnable example, which applies the filter method of the DataSource.

See Also