Hi,
I am trying to get my menu desige so that when a user clicks a root menu item, its sub-level items remain displayed after one has been clicked.
As I read the help text for the menu property "CloseMenuOnClick" it seems like if I set this to False, then that should give me the effect that I am looking for. But, with this set to false, the items below the root item stll disapear when a user clicks one of those entries.
Can anyone help with the settings needed to accomplish this?
Thanks - NormD
Hi Georgi,
Your sample works that same way that my application functioned for this setting. I think that what I am trying to accomplish is different and may require a design concept change.
What I an trying to to is have a 2 level menu like this community web site where the first child leval is always showing (the green sub-menu items on the Infragistics site). Ar these tabs on your site?
Norm
Hello NormD,
Let me know if you need further assistance with this question.
Normally when this property is set to “false” items should remain opened when clicked.
This is the explanation of the property from our documentation - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebDataMenu_CloseMenuOnClick_Property.html
I am attaching a very basic sample showing this property behavior when set to “false”.
Feel free to modify it or add additional notes if it is not matching your scenario.