Is it possible to attach a native grid to a kendo datasource component?
Thanks
Michele
Plamen
Telerik team
commented on 24 Jun 2021, 05:38 AM
Hi Michele,
One possible way to do this is to handle the change event of the kendo datasource component and update the data-items of the native grid every time the it is throw.
Even though it is possible it is not a recommended approach. The Kendo Native Grid is designed specially for the Vue ecosystem where if you need a call to the server usually axios is recommended. It is a tiny library dedicated on this side and it can fetch data and then you can update the Grid on the client side accordingly.
Kendo DataSource wrapper component on the other side is designed specially to work with the wrapper components and Kendo UI widgets for jQuery so it bringing a huge functionality that you will not need when using the Vue Native Kendo Grid component.
Hi Michele,
One possible way to do this is to handle the change event of the kendo datasource component and update the data-items of the native grid every time the it is throw.
Even though it is possible it is not a recommended approach. The Kendo Native Grid is designed specially for the Vue ecosystem where if you need a call to the server usually axios is recommended. It is a tiny library dedicated on this side and it can fetch data and then you can update the Grid on the client side accordingly.
Kendo DataSource wrapper component on the other side is designed specially to work with the wrapper components and Kendo UI widgets for jQuery so it bringing a huge functionality that you will not need when using the Vue Native Kendo Grid component.