Hello,
I'm using version 11.2.20112.2176 and below is my aspx code:
<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>
<ig:WebDataMenu ID="WebDataMenu2" runat="server"> <GroupSettings Orientation="Horizontal" /> <Items> <ig:DataMenuItem Text="Root Item 1"> <Items> <ig:DataMenuItem Text="Child Item 1"> </ig:DataMenuItem> <ig:DataMenuItem Text="Child Item 2"> </ig:DataMenuItem> <ig:DataMenuItem Text="Child Item 3"> </ig:DataMenuItem> <ig:DataMenuItem Text="Child Item 4"> </ig:DataMenuItem> </Items> </ig:DataMenuItem> <ig:DataMenuItem Text="Root Item 2"> <Items> <ig:DataMenuItem Text="Child Item 1"> </ig:DataMenuItem> <ig:DataMenuItem Text="Child Item 2"> </ig:DataMenuItem> <ig:DataMenuItem Text="Child Item 3"> </ig:DataMenuItem> </Items> </ig:DataMenuItem> </Items> </ig:WebDataMenu>
I also attached image from the localhost and the server. As you can see, they do not look the same. Can someone help me? Thanks!
Oops, here is the one on my localhost..
Hi tangolp,
It seems that the styles are missing. Please make sure that the ig_res folder is deployed to your server. It contains CSS styles and images for the controls.
I'm just checking if you need any further assistance with the matter.