All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
That's not client-side ie. Javascript. Basically, once a node has been added into another collection through:
var
allnodes = destinationNode.get_nodes();
allnodes.add(sourceNode); I want to be able to sort it so that items with a particular imageUrl are sorted above another type and sorted by text within that group. I found this link: http://www.telerik.com/community/forums/aspnet-ajax/treeview/sorting-the-checked-nodes-in-treeview.aspx but found that the object returned by get_nodes() does not have a sort method.