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
|
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!
|
Rank: Member Groups: Member
Joined: 9/9/2007 Posts: 18
|
Hi,
I would want that under selected menu is always visible.
Thanks !
|