hello everybody!
I have a radtreeview with a contextmenu. whenever i choose "new Item" which loads a new aspx page into a radpane, the Images of the nodes disappear, except those from the first level.
This is the eventhandler:
the radtreeview is not touched by the code in any way. The structure remains the same, but the node-images are gone, except the one from the toplevel!
thx in advance & kind regards
I have a radtreeview with a contextmenu. whenever i choose "new Item" which loads a new aspx page into a radpane, the Images of the nodes disappear, except those from the first level.
This is the eventhandler:
| protected void ParameterTreeView_ContextMenuItemClick(object sender, RadTreeViewContextMenuEventArgs e) |
| { |
| RadPane4.ContentUrl = "~/SecuredSites/EditType.aspx?id=new&kind=" + e.Node.Value; |
| } |
the radtreeview is not touched by the code in any way. The structure remains the same, but the node-images are gone, except the one from the toplevel!
thx in advance & kind regards