This is a migrated thread and some comments may be shown as answers.

[Solved] Treenode Images disapear after loading site via contextmenu

1 Answer 71 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 2
Markus asked on 22 Jan 2008, 03:57 PM
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:
        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

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 23 Jan 2008, 08:48 AM
Hi Markus,

This is indeed strange problem. Could you please open a formal support ticket and send us you project? This would help us identify the cause of the problem and provide a solution. Thanks.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Markus
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Share this question
or