Hello Telerik Team,
I have a RadTreeView in which i want to trigger an event in Expand and Colapse
i tried lot of jquery code but i cant access
I hope this helps.
Regards,
I have a RadTreeView in which i want to trigger an event in Expand and Colapse
i tried lot of jquery code but i cant access
jQuery('li.rtLI div > span:eq(2)').live('click', function () { //xyz});jQuery('li.rtLI div > span.rtPlus').live('click', function () { //xyz});Regards,