New to KendoReactStart a free 30-day trial

Getting Started with the KendoReact Custom Filters
Premium

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.

  1. Pass down a custom filter via the fields prop.

  2. Handle the onFilterChange event coming from the props of the filter callback. The event receives two objects:

    • nextFilter which receives FilterDescriptor.
    • prevFilter which receives FilterDescriptor.

The following demo showcases how to implement and pass a custom filter to the Filter component.

Change Theme
Theme
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support