Hello,
I am using a Grid to populate an employee directory. A user can then search by typing into a text box. The search criteria is being handled by a service call. The problem is updating the grid with the new data set. I have found how to put the current grid into a variable, but I have not been able to reset the data source and refresh the grid
var grid = $("#grid").data("kendoGrid");
Thanks
I am using a Grid to populate an employee directory. A user can then search by typing into a text box. The search criteria is being handled by a service call. The problem is updating the grid with the new data set. I have found how to put the current grid into a variable, but I have not been able to reset the data source and refresh the grid
var grid = $("#grid").data("kendoGrid");
Thanks