All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
I use React Kendo Grid. There are some operations on the page which changes data in the grid.
I want to reload grid without grid buttons. Actually I'm looking for grid.reload() method but couldn't find.
Can you help me please?
Hi, Ozgur,
In order to force a re-render/reload for the Grid, I can suggest settings its key prop and updating it.
Calling the setKey method that updates the key does not require calling it in a button click event handler, where you can call it in other places like in a useEffect hook.
I hope this helps, but please let me know if you have any further questions.
Regards, Wissam Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!