closed
Public

I put the multilevel menu on the master page and create the event Selection Changed, but when I click a link that go to other page the multilevel menu is disappearing in the next page. How I can fix the menu?

3 answers

Hello, since the menu is hidden when you click on it, you can set the menu element visible at the end of the Selection Changed event handler.

#1

Vivi, could you give me a walkthrough? I tried to do this but I didn’t find the “event handler”.

#2

The event handler is just the place you handle your event. You mentioned you create the event “Selection Changed”, actually you were creating an event handler for the “Selection Changed” event. I believe you were doing some task in your event handler, so just add one more task at the end of it: set the Multileve menu visible.

#3

This question is now closed