dear telerik,
i have a situation like following:
i have a tree with context menu placed in a context pane, when i right click on the tree the context menu appears like the attached image.
i have a situation like following:
<
telerik:RadSplitter
EnableAjaxSkinRendering
=
"true"
Skin
=
"Office2007"
ID
=
"uxSplitter"
runat
=
"server"
Width
=
"100%"
Height
=
"100%"
>
<
telerik:RadPane
ID
=
"uxLeftArea"
runat
=
"server"
Width
=
"22px"
Scrolling
=
"none"
Height
=
"100%"
>
<
telerik:RadSlidingZone
ClickToOpen
=
"true"
ID
=
"uxLeftSlidingZone"
runat
=
"server"
Width
=
"22px"
Height
=
"100px"
>
<
telerik:RadSlidingPane
ID
=
"uxOCPane"
Title
=
"Organization Chart"
runat
=
"server"
Width
=
"200px"
MinWidth
=
"200"
>
<
telerik:RadTreeView
Skin
=
"Office2007"
ID
=
"uxOrganizationUnitTree"
EnableDragAndDrop
=
"True"
MultipleSelect
=
"false"
TabIndex
=
"1"
runat
=
"server"
>
<
ContextMenus
>
<
telerik:RadTreeViewContextMenu
ID
=
"uxOrganizationUnitCtxtMnu"
runat
=
"server"
>
<
Items
>
<
telerik:RadMenuItem
Value
=
"AddChild"
Text
=
"Add Child Unit ..."
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
Value
=
"Delete"
Text
=
"Delete Unit ..."
>
</
telerik:RadMenuItem
>
</
Items
>
</
telerik:RadTreeViewContextMenu
>
</
ContextMenus
>
</
telerik:RadTreeView
>
</
telerik:RadSlidingPane
>
</
telerik:RadSlidingZone
>
</
telerik:RadPane
>
</
telerik:RadSplitter
>
i have a tree with context menu placed in a context pane, when i right click on the tree the context menu appears like the attached image.