Hi.
I have a problem with my radmenu 2009.
when i set a DefaultGroupSetting for my menu, for exmaple :
When my submenu items height is less thatn 200px, the submenu window is 200px with some empty space.
how can i solbe this problem?
i want when my items heght is less than 200px, the submenu window height be fit to these items.
Thank u all.
I have a problem with my radmenu 2009.
when i set a DefaultGroupSetting for my menu, for exmaple :
<
telerik:RadMenu ID="FarsiMenu" Runat="server" DataFieldParentID="MenuParentID" dir="rtl"
DataNavigateUrlField="AdminValue" DataSourceID="sdsMenuBuilder"
DataTextField="MenuText" DataValueField="Value" DataFieldID="MenuID" Width="650px"
onprerender="FarsiMenu_PreRender"
style="position:absolute;right:40px;" EnableOverlay="False" AutoScrollMinimumHeight="100" EnableAutoScroll="True">
<DefaultGroupSettings Height="200px" RepeatColumns="1" />
</telerik:RadMenu>
When my submenu items height is less thatn 200px, the submenu window is 200px with some empty space.
how can i solbe this problem?
i want when my items heght is less than 200px, the submenu window height be fit to these items.
Thank u all.