Declined
Last Updated: 08 Oct 2015 11:20 by ADMIN
Summit Insights
Created on: 08 Oct 2015 04:36
Category: Kendo UI for jQuery
Type: Feature Request
1
Add New Event to Kendo UI Diagram Control After all data has been bound
Currently adding additional shapes to the diagram can cause the layout manager to re-adjust the position of current visual shapes(shapedefaults: {visual}).  It would be nice to have an additional event after all dataitems has been retrieved, currently the databound is executed for every row. 
 
1 comment
ADMIN
Telerik Admin
Posted on: 08 Oct 2015 11:20
The dataBound event of the diagram is actually fired after all items in it are bound to data, hence you should be able to utilize it. You can test that in the following demo:
http://demos.telerik.com/kendo-ui/diagram/events