2015-06-10 82 views

回答

0

你能試試這個:

$("#yourGridId").empty(); // Empty the grid. 
$("#yourGridId").data('kendoGrid').refresh(); // Refrsh the grid. 

希望這將解決您的問題。

+0

非常感謝你,我已經嘗試過refresh(),但不是empty()。 – atorress