On the server side, I have a session variable that contains a dataset. If this dataset is NOT empty, I want to put up a dialog asking if they the user wants to continue, otherwise do nothing. I know how to put up the dialog, but all my attempts at attaching them to the treeview has failed. I can't seem to find the hook to put in the Javascript. In addition, the dialog code I have expects to attach itself to a button. It isn't clear that FlyTreeView node derives from a button.
Thanks in advance for your help.