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

'Flashing' RadPaneGroups

3 Answers 43 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 01 Apr 2011, 08:33 PM
I'm using prism in combination with RadDocking and am generally happy with the results so far. The region adapter blog you guys presented helped a lot. Still i have one gripe, below is my 'Shell' xaml. When the (silverlight) app first starts my RadPaneGroups, which are regions and initially empty, show (flash) for a split second before being loaded with region content (which shows them again) from my ModuleInit.

Has anyone seen this type of behavior before? Any solutions?

<telerik:RadDocking x:Name="layoutRadDocking">
    <telerik:RadDocking.DocumentHost>
        <telerik:RadSplitContainer x:Name="centerRadSplitContainer">
            <telerik:RadPaneGroup x:Name="centerRadPaneGroup" prism:RegionManager.RegionName="centerPaneRegion" />
        </telerik:RadSplitContainer>
    </telerik:RadDocking.DocumentHost>
    <telerik:RadSplitContainer x:Name="leftRadSplitContainer" InitialPosition="DockedLeft">
        <telerik:RadPaneGroup x:Name="leftRadPaneGroup" prism:RegionManager.RegionName="leftPaneRegion" />
    </telerik:RadSplitContainer>
    <telerik:RadSplitContainer x:Name="rightRadSplitContainer" InitialPosition="DockedRight">
        <telerik:RadPaneGroup x:Name="rightRadPaneGroup" prism:RegionManager.RegionName="rightPaneRegion" />
    </telerik:RadSplitContainer>
    <telerik:RadSplitContainer x:Name="bottomRadSplitContainer" InitialPosition="DockedBottom">
        <telerik:RadPaneGroup x:Name="bottomRadPaneGroup" prism:RegionManager.RegionName="bottomPaneRegion" />
    </telerik:RadSplitContainer>
</telerik:RadDocking>

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 07 Apr 2011, 02:54 PM
Hi Matthew,

We are aware of this bug with the RadDocking control. You can reproduce it without the PRISM. It is logged in our system and we will look into it in our further releases. You can vote for it and track its progress in our Public Issue Tracking System (PITS) with Issue ID = 5361.


Kind regards,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Paul
Top achievements
Rank 1
answered on 19 Jul 2013, 12:34 PM
Hi

Has this issue been fixed?  I can't find it in the issue tracker.

I'm using version 2012.2.607.1050 and am having the same issue.

Thanks
0
Kalin
Telerik team
answered on 24 Jul 2013, 08:16 AM
Hello Paul,

The issue has been fixed in the Q2 2012 SP1 (2012.2.0725) release of RadControls. Could you please upgrade to that version or newer one and give it a try?

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
Matthew
Top achievements
Rank 1
Answers by
George
Telerik team
Paul
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or