Hi Telerik Team,
I am using RadMenu with RadPanelbar like the code below:
My functionality is to open/close the panel bar on mouseover/mouseout of "main_menu.gif" image.Its working fine. I have set the height of panelbar to 500px, so that it covers whole div on which it opens. Its working fine if there is no vertical scroll bar in your page.But, if vertical scroll bar comes then Radpanelbar goes up from its original position.In otherwords this should open always parallel to "main_menu.gif" image.
Please help me in this regard.
Thanks,
Ankesh Bharti
I am using RadMenu with RadPanelbar like the code below:
<telerik:RadMenu ID="RadMenu1" Skin="" Style="margin-left: 0px; margin-bottom: 0px; |
margin-top: -1px; margin-right: 0px;" DefaultGroupSettings-OffsetY="2" EnableOverlay="true" |
DefaultGroupSettings-OffsetX="-30" runat="server" Flow="Vertical" Width="17"> |
<Items> |
<telerik:RadMenuItem ImageUrl="images/main_menu.gif" Value="0" Width="17"> |
<Items> |
<telerik:RadMenuItem Value="1"> |
<ItemTemplate> |
<telerik:RadPanelBar runat="server" ID="RadPanelBarLeft" ExpandMode="SingleExpandedItem" |
OnClientMouseOver="ExpandItems" EnableEmbeddedSkins="false" Skin="ILPanelSkin" |
Style="width: 197px; height: 500px; background: #e6eaef;" OnItemClick="RadPanelBarLeft_ItemClick"> |
</telerik:RadPanelBar> |
</ItemTemplate> |
</telerik:RadMenuItem> |
</Items> |
</telerik:RadMenuItem> |
</Items> |
</telerik:RadMenu> |
My functionality is to open/close the panel bar on mouseover/mouseout of "main_menu.gif" image.Its working fine. I have set the height of panelbar to 500px, so that it covers whole div on which it opens. Its working fine if there is no vertical scroll bar in your page.But, if vertical scroll bar comes then Radpanelbar goes up from its original position.In otherwords this should open always parallel to "main_menu.gif" image.
Please help me in this regard.
Thanks,
Ankesh Bharti