3
votes

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.

1

1 Answers

1
votes

I think this gives you better answer Kendo ui datasource refresh? like

 $("#Product").data("kendoGrid").dataSource.read();
 $("#Product").data("kendoGrid").refresh();