New to KendoReact? Start a free 30-day trial
Getting Started with the KendoReact Custom Filters
Getting Started with the KendoReact Custom FiltersPremium
Updated on Dec 19, 2025
The Filter component can utilize custom filters if the built-in filters do not fit the scenario. The next steps showcase how a custom filter can be used in the Filter component.
-
Pass down a custom filter via the
fieldsprop. -
Handle the
onFilterChangeevent coming from the props of the filter callback. The event receives two objects:nextFilterwhich receivesFilterDescriptor.prevFilterwhich receivesFilterDescriptor.
The following demo showcases how to implement and pass a custom filter to the Filter component.
Change Theme
Theme
Loading ...