Hi
I have a kendo ui grid which should be empty at startup. (Actually its a popup containing a kendo grid)
I have tried using the following code
But it make the grid header and footer invisible.
In Telerik I used to do it with grid.dataBind(null) which works perfectly
Please advise.
I have a kendo ui grid which should be empty at startup. (Actually its a popup containing a kendo grid)
I have tried using the following code
$(
"#MyGrid"
).empty();
$(
"#MyGrid"
).kendoGrid();
But it make the grid header and footer invisible.
In Telerik I used to do it with grid.dataBind(null) which works perfectly
Please advise.