This is a migrated thread and some comments may be shown as answers.

Collapse/Expand Button Event

1 Answer 50 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Alok
Top achievements
Rank 2
Alok asked on 24 Sep 2012, 11:42 AM
Hi,

1) Is there any event available to get Collapse/Expand Button click.

2) when ribbon is in Collapse Mode and then if user click over any tab then tab should be Expand.
Pls check below link. Collapse Example ribbon then Click on any tab, will expand Ribbon BUT, the moment user click anywhere on the page, Ribbon Gets Collapsed. http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/default/defaultcs.aspx 


Pls do the needful.

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 25 Sep 2012, 08:00 AM
Hi, Alok.

1) There are already events for that and those will be available in the 2012 Q3 release. We use minimize / maximize instead of expand collapse to closely mimic the Microsoft spec. The events names are as follows:
-- ClientMinimizing (OnClientMinimizing property)
-- ClientMinimized (OnClientMinimized property)
-- ClientMaximizing (OnClientMaximizing property)
-- ClientMaximized (OnClientMaximized property)

2) This is the designed behaviour -- when you minimize the ribbon, clicking on a tab temporary shows is, but does not maximize the ribbon.

Greetings,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
RibbonBar
Asked by
Alok
Top achievements
Rank 2
Answers by
Ivan Zhekov
Telerik team
Share this question
or