Hi,
How can i get the child node length in OnclientContextMenuItemClicked.?
where node.length is undefined.. how can i get the child node item and childnode length in the javascript event.
note:we are using trial version of Telerik.Web.UI. Q1 version.
Regards
Sanjay.
How can i get the child node length in OnclientContextMenuItemClicked.?
function
RdTrvCmnu_Clicked(sender , eventArgs){
var node = eventArgs.get_node();
for(var i =0; i < node.length; i++){
CurrNodesValue += node.Nodes[i].Text + '|' + node.Nodes[i].Value + '~';
}
where node.length is undefined.. how can i get the child node item and childnode length in the javascript event.
note:we are using trial version of Telerik.Web.UI. Q1 version.
Regards
Sanjay.