Is there a property i have to set to make all the parent items show up in one line on a horizontal datamenu? I am trying to put four options along the top of a webpage and it is displaying 3 of the four and omiting the fourth. As far as I can tell it is being pushed to a second line and it shouldn't be becasue there is more than enough room left on the page for it to display correctly.
Thanks,
- Mike
Hello,
I've been out of office so I'm a little bit late with my answer.
Well I checked your sample and it shows all the menu items if at least the default style is present in the ig_res folder. Without the default style the menu is shown incompletely (the last item is missing).
This seems somewhat strange to me since in my application I use styling but the root menu is missing the last item. The only difference I can see: In my application I build the menu in code behind. I'll check this with your sample the next few days.
I looked throught the master page of the project you posted really quickly and it doesn't look like your demo was running off a XML file? So I've included my mark up for the WebDataMenu definition and the XML contents that run it. Maybe the issue is only when the xml is running the menu?
For the most part this was taken right from a "Hot-To" video I found at some point on the infragistics website. I'll poke around for a link to it but I can't remember off the top of my head where it was.
Mark Up:
<ig:WebDataMenu ID="wdmNavigation" runat="server" DataSourceID="xmlNavigation" Width="100%" Font-Size="14px" >
<ig:DataMenuItemBinding DataMember="group" ImageUrlField="imageUrl" KeyField="title" NavigateUrlFields="naivgateUrl" TextField="title" ValueField="title" />
<%
<
</ig:WebDataMenu>
<?
xml version="1.0" encoding="utf-8" ?>
sites>
group title="Configure Appearance" naivgateUrl="../Settings/Main.aspx" imageUrl="../Settings/Images/home_16.png" ></group>
group title="Customize Text" naivgateUrl="../Settings/CustomizePages.aspx" imageUrl="../Settings/Images/group_data_16.png" ></group>
group title="Tools" naivgateUrl="../Settings/Tools.aspx" imageUrl="../Settings/Images/paste_config_16.png" ></group>
logout title="Logout" navigateUrl="../Settings/" imageUlr="../Settings/Images/close_16.png"></logout>
</
Hello All,
Do you tested my sample? I was not able to reproduce this.
For any further questions with this matter do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Hi All,
Thank you for posting in our community. I have created a sample with WebDataMenu added in a page and in a Master Page. You can download and review it. It works as expected. Also need to know that this was tested with the latest service release and with the previous service releases for 11.1.
Also I tested this under IE9, FireFox, Google Chrome and Safari.
I need to know more details around this issue. Or some to modify the sample attached in the way issue is reproducible.
For any further questions do not hesitate to contact me.
Hi there,
I have opened a customer case for this issue. Once Developer Support creates a sample reproducing the behavior I would update you with what the status is.