|
Rank: Member Groups: Member
Joined: 11/3/2007 Posts: 22
|
I have an Menu ItemClick event When I'm on the top level of the menu and I click it works as expected. However, when I go to a submenu it doesn't work at all. Is there a way to get the event hooked to the submenu clicks? thanks......
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Check whether you have NavigateUrl set. NavigateUrl and server event do not work at the same time.
|
|
Rank: Member Groups: Member
Joined: 11/3/2007 Posts: 22
|
I just figured that out. Is there a workaround? I need to create an event from the menu to trigger the CallBack panel.....
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
There is no such saying as workaround for this. NavigateUrl takes the page to another page, server event works by going back to the same page. It's either this or that. You can't go left and right at the same time.
As for triging CallbackPanel, please refer to the help file. It explained how to use the CallbackPanel in great detail. Make sure you check the CallbackPanel's documentation, not just Menu documentations.
|
|