I am using the latest version of your ASP.Net RadTreeView control. I have a 5-level hierarchy that looks like this: http://mwtech.com/downloads/public/PassesEditor.jpg
The top 4 levels are uneditable in this editor. Its sole purpose is to allow the addition of one or more bottom-level nodes (highlighted in blue).
So I added such a node - "Orepass #1", left the module, and returned to it. My code preserves the data. I then started opening successive levels in the treeview. Each of the top 4 levels is added on-the-fly via server-side code. Each of the nodes on these top 4 levels has its ExpandMode = TreeNodeExpandMode.ServerSideCallBack.
The bottom-level nodes do not define ExpandMode in any way.
What happens is that the first time I enter any particular branch and click on a bottom-level node, its parent unexpectedly collapses. I've searched my code and don't believe it is causing this to happen. Furthermore, when you click on a bottom-level node in the same branch a 2nd or 3rd or Nth time, this strange behavior no longer occurs.
I'm convinced I've seen this problem before but have examined all of my past postings on your forum and can't find any specific mention of it.
Any ideas what might be causing this?
Robert
P.S. I *think* my problem may be similar to this: http://www.telerik.com/community/forums/aspnet-ajax/treeview/when-nodeclick-parentnode-has-collapsed.aspx
The top 4 levels are uneditable in this editor. Its sole purpose is to allow the addition of one or more bottom-level nodes (highlighted in blue).
So I added such a node - "Orepass #1", left the module, and returned to it. My code preserves the data. I then started opening successive levels in the treeview. Each of the top 4 levels is added on-the-fly via server-side code. Each of the nodes on these top 4 levels has its ExpandMode = TreeNodeExpandMode.ServerSideCallBack.
The bottom-level nodes do not define ExpandMode in any way.
What happens is that the first time I enter any particular branch and click on a bottom-level node, its parent unexpectedly collapses. I've searched my code and don't believe it is causing this to happen. Furthermore, when you click on a bottom-level node in the same branch a 2nd or 3rd or Nth time, this strange behavior no longer occurs.
I'm convinced I've seen this problem before but have examined all of my past postings on your forum and can't find any specific mention of it.
Any ideas what might be causing this?
Robert
P.S. I *think* my problem may be similar to this: http://www.telerik.com/community/forums/aspnet-ajax/treeview/when-nodeclick-parentnode-has-collapsed.aspx