Hi there,
I'm using the RadTreeView with the ExpandMode of SeverSideCallBack.
Here's the situation:
TreeView opens a RadWindow which than closes and fires off my RadWindowClose event.
In that event, i look for parent nodes that have expanded child nodes of specific type (i.e:. File). I then clear the child nodes, toggle and expand the node again.
Example:
Root Node
-Folder
-SubFolder
-File
-File
Problem is. I clear SubFolder Node and execute expand()
I then do the same on Folder because it has a File Node
I get into the situation where SubFolder hasn't expanded yet and i'm telling Folder to expand causing all sorts of weird jscript errors
Any ideas.
I'm using the RadTreeView with the ExpandMode of SeverSideCallBack.
Here's the situation:
TreeView opens a RadWindow which than closes and fires off my RadWindowClose event.
In that event, i look for parent nodes that have expanded child nodes of specific type (i.e:. File). I then clear the child nodes, toggle and expand the node again.
Example:
Root Node
-Folder
-SubFolder
-File
-File
Problem is. I clear SubFolder Node and execute expand()
I then do the same on Folder because it has a File Node
I get into the situation where SubFolder hasn't expanded yet and i'm telling Folder to expand causing all sorts of weird jscript errors
Any ideas.