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

Databound called repetetive times

1 Answer 67 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 2
Kenneth asked on 18 Jan 2015, 02:22 PM
On kendoTreeList, the eventhandler databound fires between 2 and 4 times when one remote binding has been bound.
Could give me a workaround to know when a databinding are finally ended?

You can reestablish this action by edit your example: http://demos.telerik.com/kendo-ui/treelist/remote-data-binding
Add for instance this line of code to the treelist: dataBound: function(e){ alert('data binded'); },

Thanks :o)

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 19 Jan 2015, 09:30 AM

Hello Kenneth,

Thank you for reporting this. The multiple events were triggered by the expanding of the item, and because of the handling of the load event of the dataSource. This issue has been fixed for the next internal build, which should be released by the end of the week.

Regards,
Alex Gyoshev
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
Kenneth
Top achievements
Rank 2
Answers by
Alex Gyoshev
Telerik team
Share this question
or