jquery - Kendo Datasource refresh -
i facing same problem going through in previuos questions asked in stack overflow no success answer, can please guide me. kendo ui datasource refresh?
i using angular js bind grid, showing column " jan2016, feb2016" these 2 cilumns shows perfectly, when go , select 1 more month "mar2016", grid doesnt refresh showing mar2016
i used k-rebind, datasource.read(), datasource.refresh()... nothign works
thanks in advance ram
while erick's answer work, instead of destroying in recreating kendo widget, first try doing
$("#grid").data("kendogrid").setdatasource(datasource)
it's less code , it's cleaner way of changing datasource
Comments
Post a Comment