Unplanned
Last Updated: 12 Aug 2019 11:35 by ADMIN
Christian Weber
Created on: 08 Sep 2016 08:59
Category: OrgChart
Type: Feature Request
5
OrgChart Click Events
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.