I would like to add a hyper link to the node of an Org Chart, and I tried to add like:
<telerik:RadOrgChart>
<ItemTemplate>
<div class="abc">
<a herf="abc.abc">test link</a>
OK, the problem is solved. I think I misunderstood some part of the code.
I would like to add a hyper link to the node of an Org Chart, and I tried to add like:
<telerik:RadOrgChart>
<ItemTemplate>
<div class="abc">
<a herf="abc.abc">test link</a>