3

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.

Vaibhav
  • 579
  • 4
  • 18
Sachin C
  • 33
  • 1
  • 4

1 Answers1

1

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

 $("#Product").data("kendoGrid").dataSource.read();
 $("#Product").data("kendoGrid").refresh();
Community
  • 1
  • 1
Vaibhav
  • 579
  • 4
  • 18