Why does the hover highlight only highlight 1/2 of the menu item? I've tried different browsers and the issue is universal w/ all browsers. How would I correct this?
Hi PhilC,
Thank you for posting in our community!
Could you please send us a small sample where we can observe the issue and inspect the code. Please send it as attachment and make sure it is isolated and working one.
Upload form won't accept the project. Just give me a 404 page when uploading.
1. Open VS2015 Pro
2. Select create new Web Application Project
3. Add WebDataMenu to Default.aspx
4. Add the horizontal orientation settings
ig:WebDataMenu ID="WebDataMenu1" runat="server"> <GroupSettings Orientation="Horizontal"></GroupSettings> <Items> <ig:DataMenuItem Text="Root Item"> </ig:DataMenuItem> <ig:DataMenuItem Text="Root Item"> </ig:DataMenuItem> </Items> </ig:WebDataMenu>
5. Run project
Using Infragistics 2015.2