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

RadPane.IsHidden not working

3 Answers 52 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 16 Oct 2013, 06:22 PM
I recently upgraded to the latest version of the Telerik Silverlight controls (2013.2.611.1050) and some of the functionality seems to have broken in the RadPane control.  I am no longer able to set the IsHidden property of a RadPane in code.  Setting the property does not change its value or the visibility of the pane.  Is this still the suggested method to hide a RadPane and it's parent RadPaneGroup?

Thanks,

Daniel Anderson

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 17 Oct 2013, 11:59 AM
Hi Daniel,

Using the IsHidden property of the Pane is the correct way to show/hide Panes. However we tested the scenario with the mentioned version of the controls and it worked as expected. I'm attaching here our sample test project, so you could check and let us know if we are missing something.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Daniel
Top achievements
Rank 1
answered on 17 Oct 2013, 02:24 PM
Hi Kalin,

Thank you for you quick response.  I took a look at the sample project and found that the reason IsHidden isn't working in my project is because my RadSplitContainer is not nested in a RadDocking control.  Is there anyway to use the RadPane.IsHidden functionality without using the RadDocking control?  Before upgrading Telerik controls this was possible.  If this is not possible is there a suggest method for hiding a RadPane when no RadDocking control is used.

Thanks,

Daniel A
0
Kalin
Telerik team
answered on 18 Oct 2013, 12:04 PM
Hi Daniel,

As far as I understand you are using a Pane outside of the Docking which is not supported scenario. In order to have a fully functional Docking you should stick to the required structure of the elements inside as shown below:

Docking -> SplitContainer -> PaneGroup -> Pane

For more details about the Panes you can check the following article from our online help documentation:
http://www.telerik.com/help/silverlight/raddocking-panes-radpane.html

If you have any other questions let us know.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
Daniel
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or