I have noticed a bug or atleast an extended need on the cklient side script
If you try the page http://localhost:8301/radcontrols_aspnetajax/treeview/examples/programming/clientsideapi/defaultcs.aspx
and click on the Search Folders icon to open that item. select the large mail and then click on the icon to close the Searchfolder item.
Then click on the button "Toggle selected node" the Search folder don't get toggled...
It would be great with an extended version like toogleSelectedodeWithParents or something.
Anybody that knows a script that does the trick? ;)
| function toggleSelectedNode() |
| { |
| var treeView = $find("<%=RadTreeView1.ClientID%>") |
| var selectedNode = treeView.get_selectedNode(); |
| selectedNode.toggle(); |
| } |
If you try the page http://localhost:8301/radcontrols_aspnetajax/treeview/examples/programming/clientsideapi/defaultcs.aspx
and click on the Search Folders icon to open that item. select the large mail and then click on the icon to close the Searchfolder item.
Then click on the button "Toggle selected node" the Search folder don't get toggled...
It would be great with an extended version like toogleSelectedodeWithParents or something.
Anybody that knows a script that does the trick? ;)