Hi, I have a data grid bound to an ObservableArray
The data in this grid may get refreshed every 10 seconds or so, but I would like to keep the current options of the grid intact (sorting , columns etc) when presenting this new data
Any clues ? ;)
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 28 Oct 2014, 01:16 PM
Hello Julian,
I will recommend you to use the data() method of the Kendo UI Grid's dataSource, so you can change the data that is displayed in the grid, like this: