kendo-gridkendo-observable

Use of Kendo observable binding in Kendo UI grid


I am using Kendo observable object to bind the Kendo ui grid. When adding/editing the values in the data source it is reflecting in the grid as well as the observable array. When using load button and explicitly adding values to the Kendo observable is not reflecting in the grid.

Here is sample working code.

http://dojo.telerik.com/@bijum/ASoTu


Solution

  • Here is an example that works:

    http://dojo.telerik.com/IVuko

    I made the following changes:

    I think the last step should not be needed, but not sure.