Hi,
i want to display the number of currently selected nodes of my radTreeView (clientside).
so i have the nodeClicked event working fine.
var tree = $find("<%= radTreeView.ClientID %>");
var nodes = tree.get_selectedNodes();
i get the treeview object. i also got a object from the get_selectedNodes method.
But i cant get the Count fomr this array of nodes.
I tried .Count() .count() and get_count(), always getting an exception, stating that this object does'nt own such a method.
What may be helpfull?
thanks Mario
i want to display the number of currently selected nodes of my radTreeView (clientside).
so i have the nodeClicked event working fine.
var tree = $find("<%= radTreeView.ClientID %>");
var nodes = tree.get_selectedNodes();
i get the treeview object. i also got a object from the get_selectedNodes method.
But i cant get the Count fomr this array of nodes.
I tried .Count() .count() and get_count(), always getting an exception, stating that this object does'nt own such a method.
What may be helpfull?
thanks Mario