Hi
I have read an earlier post on how to open a radwindow when the site map node is clicked client side.
Which works fine - but i need to identify which node was clicked, is there away of passing the RadSiteMapNode text ?
Thanks in Advance
I have read an earlier post on how to open a radwindow when the site map node is clicked client side.
function pageLoad() { $telerik.$(".rsmItem", $get("RadSiteMap1")) .live("click", openWindow); }Which works fine - but i need to identify which node was clicked, is there away of passing the RadSiteMapNode text ?
Thanks in Advance