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

Content of RadPane no shown when setting IsHidden to false

3 Answers 72 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Lennart Bauer
Top achievements
Rank 1
Lennart Bauer asked on 16 Sep 2013, 07:50 AM
Hi!

I have a case where setting the IsHidden property to "false" expands the hidden pane, but does not draw the content.
When I then toggle the IsHidden property to true and fals again, the content is displayed correctly!

What can be the cause of this?

Regards,
Lennart

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 18 Sep 2013, 08:24 AM
Hi Lennart,

How come when setting the IsHidden property to "false" the hidden pane is expanded, isn't it supposed to hide? Could you please prepare a simple example, in which the issue can be observed, open a support ticket and attach it there. In that way we will be able to resolve the issue in a timely manner.

Looking forward to your reply.

Regards,
Konstantina
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
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
Robert
Top achievements
Rank 1
answered on 05 Feb 2014, 03:14 PM
IsHidden = false  *** means the element is visible (not hidden)


I'm having trouble with the IsHidden binding. If I have 2 or more RadPanes within a RadPaneGroup and have their IsHidden properties bound to a static class boolean property, only 1 of the panes hide when I toggle the property from false to true.

All IsHidden bindings are working, there appears to be a bug when toggling the binding to more than one RadPane within a RadPaneGroup. 

I'm using library 2013.1.220.40
0
Konstantina
Telerik team
answered on 06 Feb 2014, 03:40 PM
Hi Robert,

Since you are binding to a static class, my concern is that the twoWay binding is not working correctly. Could you try to make the class a singleton class and expose a property that returns the singleton instance. That should make the TwoWay binding work.
Also, would you be kind enough to send us a simple application which illustrates the issue, so that we can research it further and fix it in a timely manner.

Regards,
Konstantina
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
Docking
Asked by
Lennart Bauer
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Robert
Top achievements
Rank 1
Share this question
or