Welcome Guest Search | Active Topics | Sign In | Register

Menu EventInfo.cancel with ClientSideOnGroupCollapsed Options
Mick
Posted: Thursday, March 5, 2009 6:29:52 PM
Rank: Member
Groups: Member

Joined: 9/9/2007
Posts: 18
Hello,

EventInfo.cancel does not work with ClientSideOnGroupCollapsed

Is it possible to cancel this event ?

Thanks
eo_support
Posted: Thursday, March 5, 2009 7:48:21 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

No. When ClientSideOnGroupCollapsed is called everything has already happened. So there is nothing left to be canceled.

Depending on the control that you use, there maybe ways to prevent the menu/child nodes from collapsing. For example, you can set the sub menu's KeepExpandedOnClick to True so that the sub menu would not close when user selects a menu item. For a TreeView, you can set its AutoCollapseOnClick to false so that it won't collapse when user clicks an item.

Thanks!
Mick
Posted: Friday, March 6, 2009 3:21:46 AM
Rank: Member
Groups: Member

Joined: 9/9/2007
Posts: 18
Hi,

I would want that under selected menu is always visible.

Thanks !



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.