Hello!
I have a problem with displaying data in the grid. Kendo react grid is in version: 5.9.0, React in version: 18.2.0.
If I send data to the grid several times, a problem appears. I send custom records to props [data] Kendo grid. But in the grid, other records will be displayed, as if the previous state.
When I toggled the pagination, the entries displayed correctly. As if there was some incorrect condition.
I don't have any filter set.
There was no such problem in the Reac 17 version. Is it a bug? Is there any way to force a data reload in kendo grid?
Thank you for your response.