I am curious if you have an example of using the Kendo React components in the newer NextJS App routes? Specifically using the data grid to load data from the server and still do paging and such.
We have an example for the Grid with Next.js but it does not use the App routes. Therefore, I created one with data state changes (paging, sorting, and filtering) and fetched data and I am sending it as an attachment.
Since our components are currently client-side ones, it is not possible to use them in the App router environment without wrapping them and this is what I did in the example. More information about this topic can be found here: