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 Bernhardus,
Thank you for the feedback.
For any further questions, do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
I've noticed while picking through the generated HTML that one of the tags for the overall Div section created when teh Webdatamenu is created is setting "overflow: hidden". Is there a particular reason for this? or an option on the control i have to set that will remove that tag? When it is removed then the display is correct.
For any further questions do not hesitate to contact us.
I've found that if I add a css class to the "a href" tag on line 25 of the default.aspx in the sample I posted then the menu acts as it should with the itemBound event active. The class I applied only changed the font-family to Verdana, the font-size to 12px and text decoration to none.
Don't know why it worked but it did.
I've put together a test site that goes through the same motions as the one that is giving me the trouble. I've comment a section in the code behind file out to show that the menu works fine but doesn't show images when the itembound event is not present. as soon as you uncomment that function it causes the images to load and the menu to function properly but the filler menu item will be missing.
Not exactly sure how to upload the zipped file so if this doesn't work e-mailing it to someone might be easier.