Hello everybody!
I have a simple contextmenu inside my radtree:
<contextmenus>
<telerik:RadTreeViewContextMenu ID="cmAdministration"
runat="server" Skin="Outlook">
<Items>
<telerik:RadMenuItem ImageUrl="~/Img/New.png" PostBack="false" Value="NewGroup" meta:resourcekey="newGroup">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/New.png" PostBack="false" Value="NewUser" meta:resourcekey="newUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="DeleteGroup" meta:resourcekey="deleteGroup">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="RemoveUser" meta:resourcekey="removeUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="DeleteUser" meta:resourcekey="deleteUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
</Items>
<expandanimation type="OutQuart" />
<collapseanimation duration="200" type="OutQuint" />
<defaultgroupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadTreeViewContextMenu>
</contextmenus>
The first item in the menu is a single line, all other menuitems are two lines, in the first line there is the image, in the second one there is the text
kind regards
I have a simple contextmenu inside my radtree:
<contextmenus>
<telerik:RadTreeViewContextMenu ID="cmAdministration"
runat="server" Skin="Outlook">
<Items>
<telerik:RadMenuItem ImageUrl="~/Img/New.png" PostBack="false" Value="NewGroup" meta:resourcekey="newGroup">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/New.png" PostBack="false" Value="NewUser" meta:resourcekey="newUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="DeleteGroup" meta:resourcekey="deleteGroup">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="RemoveUser" meta:resourcekey="removeUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
<telerik:RadMenuItem ImageUrl="~/Img/Delete.png" PostBack="false" Value="DeleteUser" meta:resourcekey="deleteUser">
<groupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadMenuItem>
</Items>
<expandanimation type="OutQuart" />
<collapseanimation duration="200" type="OutQuint" />
<defaultgroupsettings expanddirection="Auto" flow="Vertical" />
</telerik:RadTreeViewContextMenu>
</contextmenus>
The first item in the menu is a single line, all other menuitems are two lines, in the first line there is the image, in the second one there is the text
kind regards
