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
Hello NormD,
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.
Let me know if you need further assistance with this question.