Maybe someone can help me with this issue that I have...
My Kendo UI Grid
$("#grid").kendoGrid({
dataSource: {
data: self.positions(),
pageSize: 50
},
filterable: true
});
where self.positions() is a knockout observable Array that gets populated via ajax Get.
My problem now is when I refresh my positions observable array and rebind the new data to the grid, the columns filters are not refreshing the data properly. My filters still showing the old positions data.
Any help???
Kendo UI DOJO Example: http://dojo.telerik.com/oVOsi/31