Real-Time Data Updates (Live Streaming Updates)

The KendoReact Data Grid can render multiple live updates in a short time. This functionality allows you to do real-time updates in the Grid (also referred to as streaming updates).

The Data Grid will only re-renderer (not re-mount) the updated rows when it receives the new data real-time. That makes each streaming update very efficient.

This example uses a local data service to simulate real-time updates. In the live application, bind your React data grid to a state variable and update it with steaming (live) data.

Example
View Source
Change Theme:

In this article

Not finding the help you need?