Rank: Newbie Groups: Member
Joined: 5/11/2012 Posts: 5
|
Hello!
I'm new to Essential Objects and it's amazing. But I'm facing an issue that took me some hours today and I could not find the solution.
I'm using a ToolBar with a DropDownButton to show a ContextMenu. I'm using the event ItemClick of the ContextMenu, but it's not firing it. I had the same problem with the ToolBar, but I found here that I need to enable the AutoPostBack parameter. I tried searching for the ContextMenu here and couldn't find it.
I'm sure it's something simple, but it's driving me crazy. How can I fire the ContextMenu ItemClick event on ServerSide?
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You would set RaisesServerEvent on the ContextMenu.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 5/11/2012 Posts: 5
|
Thanks!
How could I miss it?!
I knew it was something simples!
BTW, thanks for this really useful tool! I'm chenging everything I can to Essential Objects! ;-)
|