I have a local data source which is a JS array. I setup transport methods to read/write the data. When the data is modified by Kendo widget like grid it works fine.
If I modify the array directly outside a widget in JS, how can I tell Kendo that the data source changed?
Thanks!
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 05 Jul 2018, 05:53 AM
Hello, Brett,
There are different approaches depending on the scenario.
If a single item is added or deleted, the add and remove method can be used: