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 :
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?