Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
WebDataMenu Height
posted

If I change the hieght on the menu, it seems like the menus under it don't line up correctly.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

ig:WebDataMenu ID="menuAction" runat="server" StyleSetName="VerusActionMenu" StyleSetPath="~/Styles" onitemclick="menuAction_ItemClick" Height="21px">

 

 

 

<GroupSettings Orientation="Horizontal" />

 

 

 

<ClientEvents ItemClick="validateActionMenu" />

 

 

 

<Items>

 

 

 

<ig:DataMenuItem Text="Select an action..." Value="0">

 

 

 

<Items>

 

 

 

<ig:DataMenuItem Text="Add a new law firm" Value="addNewLawFirm">

 

 

 

</ig:DataMenuItem>

 

 

 

<ig:DataMenuItem Text="Export to Excel" Value="exportGrid">

 

 

 

</ig:DataMenuItem>

 

 

 

</Items>

 

 

 

</ig:DataMenuItem>

 

 

 

</Items>

 

 

 

</ig:WebDataMenu>

If you look closelt, you will see there is a gap between the "Select an action..." item and the box around the child menu items. I suspect I am missing something from the style , but I can't figure it out. Any ideas?

It would be greatly appreciated.

Thanks in advance.

Parents
  • 3726
    posted

    Hi,

    I see that you are using a custom styleset that you have done on your own.  I would say to try this when you use the Default theme of the control, if there is no problem, which most probably will be the case, then try to determine where is the problem in you custom datamenu.css file.

    I would point you too look at the MenuGroup* classes. Also if you are using 10.3 release the menu has changed rendering. It now supports scrolling and there is additional scrolling DIV rendered - you have to adjust your custom themes to it.

    Hope this helps.

    Thanks,

    Lubomir

  • 335
    posted in reply to Jennifer

    It is using the default style and the gap is still there.

     

     

     

     

    <ig:WebDataMenu ID="WebDataMenu1" runat="server" onitemclick="WebDataMenu1_ItemClick" Height="21px">

Reply Children
No Data