• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Filter KendoReact Grid with data from an API

Environment

Product Version7.3.0
ProductProgress® KendoReact

Description

How do I filter the Grid using useEffect with dummy API endpoint using JSON place holder?

Solution

This can be achieved by fetching the data inside the useEffect hook and then filtering it using the filterBy helper function and passing the filtered collection to the data prop.

Example
View Source
Change Theme:

In this article

Not finding the help you need?