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 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();