This is a migrated thread and some comments may be shown as answers.

How to Refresh a KendoReact Grid With Data Changes Coming From Server

1 Answer 2360 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
GokuJim
Top achievements
Rank 1
GokuJim asked on 14 Mar 2019, 07:35 PM

I have a need to refresh a currently displayed KendoReact Grid with the latest data coming from the server (i.e. real time changes made by others). Is this possible currently with KendoReact's Grid component? If so, is there a demo that I can review the code to gather how to do this?

Thanks.

Jim Minnihan

SKF, Inc.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 15 Mar 2019, 06:35 AM
Hello, James,

The Grid is only responsible for displaying the data. If new data has to be fetched, it has to be done outside of the Grid. For example, on a click of a button or a certain time interval:

https://stackblitz.com/edit/react-subjv6-xoqyqe?file=app/main.js

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
GokuJim
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or