This is a migrated thread and some comments may be shown as answers.

Kendo tree list two way data binding angular js

1 Answer 129 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 19 Apr 2016, 04:18 PM
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 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 20 Apr 2016, 08:20 AM

Hello Frank,

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

Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeList
Asked by
Frank
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or