Hello together,
it might be a simple question.
My problem: I have a menue with 3 entrys. I do it in horizontal allignment with 100 % width for the menue itselfs. If I type the 3 menue-Header-Items the width of them depends on the text I type. But I would like to have, that each width of the tree possiblities have allways 33,33 % of the 100 % from the width of the whole menue. I don't found the point, where I can fix this.
Is there anybody how knows it?
Thanks for help.
Carla
The NetadvantageMenue is in default2.aspx; in default.aspx there is a normal webmenue;
The entry in default2.aspx is:
<%@ Register assembly="Infragistics35.WebUI.UltraWebNavigator.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebNavigator" tagprefix="ignav" %>
in webconfig there are entries:
<add assembly="Infragistics35.WebUI.UltraWebNavigator.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics35.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
You should see them also.
What else entries I need?
And why is it not possible to have always the same width for the menue-Items, obviuosly we set with to 33,33%.
If you change the text of one menue-Item it changes the width independent from 33,33 %.
thanks for help.
Hello,
A was able to run both versions, but in Default.aspx can`t see IG controls. Could you please tell me what version of NetAdvantage use you. Please, do not forget to change the register clause in your aspx pages and/or web.config entries to point to the version of NA you use.
Hope that helps.
It's only a little example, like you did it. It's only the menue-Bar and some items. See it in annex.
Thanks
Could you please send a little bit more information about the menu declaration - this will surely provide additional clues. Your aspx page declaration, code-behind - anything that can get us started is welcome.
Sorry Ivan,
ich kann das Projekt zwar entpacken, aber wenn ich mir Dein Menue im Entwurf ansehen möchte bekomme ich folgende Fehlermeldung: Fehler beim Erstellen des Steuerelements: ultrawebmenue1; unbekanntes Servertag: ignav:ultrawebmenue
Und wenn ich die Zeilen in mein Test-Projekt einfüge, dann hat das keinen Effekt auf die Anzeige. Sobal ein längerer Text eingegeben wird, verändern sich die Proportionen.