Please add the capability of click Events on Nodes in the OrgChart control.
1 comment
ADMIN
Rumen
Posted on:12 Aug 2019 11:35
Hi Christian,
Thank you for your feature request!
Until the item gets enough popularity and goes into the roadmap planing for a future release, you can detect a click on a OrgChart node with jQuery as shown below:
function pageLoad() {
$telerik.$(".rocItem").click(function() {
alert("node clicked");
})
}
Best Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.