I am using a RadTreeView with TreeNodeExpandMode.ServerSideCallBack (an AJAX call fills in the tree entries when the plus is clicked. For each RadTreeNode, you can specifiy an ExpandMode of TreeNodeExpandMode.ServerSideCallBack to make the plus show up. Or leave it so that no plus shows up.
In client Javascript (from the OnClientNodeClicking callback), how do I tell if there are any "possible" children (if the plus is visisble)? The children are not yet filled in -- I call node.expand() to expand the node when clicked.
Thanks
