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

RadPane Switch Event

1 Answer 71 Views
Docking
This is a migrated thread and some comments may be shown as answers.
NickZ
Top achievements
Rank 1
NickZ asked on 24 Aug 2009, 03:07 AM
Hello,

I have a docking panel with 2 RadPanes (Pane1 and Pane2).  Is there an event when I switch between two RadPanes by clicking on Pane tab?  The purpose is that when Pane1 is focused (or selected), another RadPaneGroup (inside a RadPaneSplitter) will be hidden or inactive; when Pane2 is focused, that RadPaneGroup will be active.  Is there a way to handle this?

Thanks a lot,
Nick

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 24 Aug 2009, 01:11 PM
Hello NickZ,

You need to hook up to the SelectionChanged event of the RadPaneGroup that contains these panes. Notice that the user can drag these panes out this group. If you уse the save/load layout feature you need to add SerializationTag not only to the panes but to the PaneGroup, too.

Hope this information helps.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Tags
Docking
Asked by
NickZ
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or