I got the samples from https://sourceforge.net/project/showfiles.php?group_id=77052&package_id=195906
and even there I dont get an event generated for NodeClicK?
Also, One thing I observed, after I select the node and click on a Button, I am doing this to get the value.
foreach (DNNNode node in txtTo.SelectedNodes)
{
int SelID = Int32.Parse(node.ID);
string SelectedText = node.text
}
node.ID is null but node.text has correct selected value..When I am loading the nodes, I am assigning an ID to it??