Rank: Newbie Groups: Member
Joined: 4/6/2012 Posts: 2
|
I have just downloaded EO.Web for ASP.net for evaluation, I have placed a menu control on the page and have tried to change it's position without any luck , I have tried to change the layout position to absolute but it keeps defaulting back to not set. It's probably something simple but I can't see how I can move the menu to the position I want on the page.
Also I have set an event on click (Menu_ItemClick) , but this does not seem to be firing when an item is clicked.
I am using Visual Web developer 2005.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The positioning issue shouldn't have anything to do with us. You will want to try to position a standard control and see if that works. If that works but our Menu doesn't, then you can try to isolate the problem into a small test page and post the test page, we will then be happy take a look.
In order to trigger the menu's ItemClick event, you must set the menu's RaisesServerEvent to true.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 4/6/2012 Posts: 2
|
Hello,
Thank you for your reply.
All other controls including other essential objects controls I have tried seem to have no problems with positioning , only the menu control won't position correctly for me.
I will get a test page to you later with just the menu control on it.
|