0
votes

I have to create the kendo ui tree list with two way data binding. I have try with the kendo grid which is working but for kendo tree list it is not working. Please let me know if i am missing anything.

Kendo grid example :- http://dojo.telerik.com/OvUxU/2

Kendo tree list example :- http://dojo.telerik.com/@vinay/arAwo

1

1 Answers

0
votes

The TreeList is a bit different in this behavior due to how it process data related to load-on-demand. In order make this scenario work you should defined dataSource.data instead of directly dataSource as array.

Here is the updated example - http://dojo.telerik.com/@rusev/oJeho