I have used kendo grids and charts fine and refreshed them with the following example code:
$("#Product").data("kendoGrid").dataSource.read();
How do I refresh kendo grid when datasource is changed without redrawing the grid.
I think this gives you better answer Kendo ui datasource refresh? like
$("#Product").data("kendoGrid").dataSource.read();
$("#Product").data("kendoGrid").refresh();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With