Hi
I have a treeview control which is populated dynamically. It could happen that someone when someone clicks on a node to expand it an error occurs and I want to inform the user somehow. At the moment the only way I can do this is to return a node with the text Error.
Is there anyway of making a javascript call when the new treenode is returned? Is there an event that fires when the data for a node is loaded that I can hook into? Something similiar?
Ta
S