Hi,
The event handler can be specified with the wrapper Events DataBound method:
Regards,
Daniel
Telerik
The event handler can be specified with the wrapper Events DataBound method:
Html.Kendo().Diagram<StructureChartEntityModel, StructureChartLinkModel>()
.Name(
"diagram"
)
.Events(events => events.DataBound(
"onDataBound"
))
Regards,
Daniel
Telerik
See What's Next in App Development. Register for TelerikNEXT.