The Helper class you see ensures I do not have any NULL's, but the logic is the same.
0
Plamen
Telerik team
answered on 04 Feb 2016, 11:24 AM
Hello,
Thank you for getting back to us.
1) Unfortunately in the current version there is not there is no direct server API to set the drillDown node but you can set it from the server to a hidden field value and perform it from there on load as for example it is done in the the code below:
Sys.Application.add_load(function () {
var radOrgChart = $find("<%=RadOrgChart1.ClientID%>");
var $ = $telerik.$;
var fieldValue = $("#HiddenField1").val();
if (fieldValue) {
radOrgChart.drillDownOnNode(fieldValue);
}
});
Hope this will help you solve the issue. If you have further questions please don't hesitate to contact us again.
Regards,
Plamen
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items