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

[Solved] How to use Radtree with Radmenu inC# .net 2.0?

2 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sumukh
Top achievements
Rank 1
Sumukh asked on 09 Apr 2008, 02:16 PM
Hi ,
Previously i am using only radtree & built in context menu with it
but the problem is when i am right click on the one of the node in the radtree down on the page.It can not detect the boundries of the page & menu get hidden.Also there is a context xml file which will have the menu settings.
To have an idea the structure of the xml is like :

<

ContextMenus>
<
Menu Name="b" Width="150">
<
Item Text="Add new branch" Image="../icons/folder_add.gif"/>
<
Item Text="Add new leaf" Image="../icons/folder_explore.gif"/>
<
Item Text="Properties" Image="../icons/page_white_gear.gif"/>
<
Item Text="Cancel" Image="cancel.gif" />
</
Menu>
<
Menu Name="fb" Width="150">
<
Item Text="Add new branch" Image="../icons/folder_add.gif"/>
<
Item Text="Add new folder" Image="../icons/folder_explore.gif"/>
<
Item Text="Properties" Image="../icons/page_white_gear.gif"/>
<
Item Text="Cancel" Image="cancel.gif" />
</
Menu>
<
/ContextMenus>
To Overcome this problem :
I want to build a RadTree with a RadMenu using a Web application. Can you please point me to some code samples/sample application?

2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 11 Apr 2008, 09:13 AM
Hello Sumukh,

Welcome to Telerik Community!

I suggest that you explore these online examples:
I hope this will get you started.
Greetings,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sumukh
Top achievements
Rank 1
answered on 14 Apr 2008, 05:49 AM
I think you are not cleared about my problem with the context menu.
 I have developed the radtree with its associated context menu the problem is when i am right clicking on the node down on the page the menu gets hidden.
Tags
Grid
Asked by
Sumukh
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Sumukh
Top achievements
Rank 1
Share this question
or