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

AG_E_UNKNOWN_ERROR!! When put content inside RadPane...

3 Answers 95 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Luca
Top achievements
Rank 2
Luca asked on 03 Apr 2009, 01:13 PM
Hi all,

I got this situation that WORKS:

        <radDock:RadDocking> 
            <radDock:RadDocking.DocumentHost> 
                <radDock:RadSplitContainer > 
                    <radDock:RadPaneGroup> 
                        <radDock:RadDocumentPane Header="Report" Title="Report" > 
                            <Border BorderBrush="Transparent" BorderThickness="0" Background="{StaticResource ApplicationGradientBrush}" > 
                                <ReportClient:ReportViewer Margin="0,0,0,0" HorizontalAlignment="Stretch" x:Name="reportViewer" ServiceUrl="http://localhost:1387/Svc_ReportServer.svc" ReportName="reportReddito" /> 
                            </Border> 
                        </radDock:RadDocumentPane> 
                        <radDock:RadDocumentPane Header="Tabella" Title="Tabella" /> 
                    </radDock:RadPaneGroup> 
                </radDock:RadSplitContainer> 
            </radDock:RadDocking.DocumentHost> 
 
            <radDock:RadSplitContainer x:Name="radSplitReport" Orientation="Vertical" InitialPosition="DockedRight" MaxWidth="300" > 
                <radDock:RadPaneGroup HorizontalContentAlignment="Left"
                    <radDock:RadPane x:Name="radDockContabilita" IsPinned="False" CanDockInDocumentHost="False" CanUserClose="False" CanFloat="False" CanUserPin="True" Header="CONTABILITA" > 
 
                    </radDock:RadPane> 
                    <radDock:RadPane x:Name="radGetione" IsPinned="False" CanDockInDocumentHost="False" CanUserClose="False" CanFloat="False" CanUserPin="True" Header="GESTIONE" > 
                     
                    </radDock:RadPane> 
                </radDock:RadPaneGroup> 
            </radDock:RadSplitContainer > 
        </radDock:RadDocking> 



BUT, if I try to put content like a RadPanelBar inside the RadPane, like this:


                    <radDock:RadPane x:Name="radDockContabilita" IsPinned="False" CanDockInDocumentHost="False" CanUserClose="False" CanFloat="False" CanUserPin="True" Header="CONTABILITA" > 
                        <radNav:RadPanelBar x:Name="pbContabilita" Width="300" Selected="pbContabilita_Selected" HorizontalAlignment="Left" > 
                            <radNav:RadPanelBarItem x:Name="pbiReddito" > 
                                <radNav:RadPanelBarItem.Header> 
                                    <StackPanel Style="{StaticResource StackPanelItemStyle}"
                                        <TextBlock VerticalAlignment="Center" Text="REDDITO" /> 
                                    </StackPanel> 
                                </radNav:RadPanelBarItem.Header> 
                            </radNav:RadPanelBarItem> 
                            <radNav:RadPanelBarItem x:Name="pbiTurnoCassa" > 
                                <radNav:RadPanelBarItem.Header> 
                                    <StackPanel Style="{StaticResource StackPanelItemStyle}"
                                        <TextBlock VerticalAlignment="Center" Text="TOTALI DI TURNO CASSA PRESIDIATA" /> 
                                    </StackPanel> 
                                </radNav:RadPanelBarItem.Header> 
                            </radNav:RadPanelBarItem> 
                        </radNav:RadPanelBar> 
                    </radDock:RadPane> 
 


 I got this AG_E_UNKNOWN_ERROR, and this is systematic.

This happens in my project only with the new Q1 2009: with the CTP version everything worked fine...

I could be a bug?..

L


3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 06 Apr 2009, 04:38 PM
Hi Luca,

We were able to reproduce this problem a few days ago when another customer of ours reported it. We confirmed that this is indeed a bug in the Docking control. Unfortunately, we have not located the source of the problem yet. This appeared to be more complicated than we thought and we will need some time to further investigate the problem and find a workaround. We deeply apologize for the inconvenience this is causing you and I want to assure you that we will continue our efforts in resolving the matter till we find the best resolution.

Thanks for all your time and cooperation with us.

Greetings,
Nick
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Luca
Top achievements
Rank 2
answered on 07 Apr 2009, 06:42 AM
Thank you for the reply.

There is another way to use the Docking without having problem? At this point of the project I think I can change the controls contained in it.

This only while I'm waiting for your patch or new version...


I have to open an assistance ticket for the problem found or it doesn't need?


Tks,

L
0
Accepted
Nikolay
Telerik team
answered on 08 Apr 2009, 09:07 AM
Hi Luca,

There is no need to open a new support ticket. We are quite aware of the problem and we are working on resolving it. We will let you know as soon as we have certain results. As for the workaround you discovered yourself - I suggest that you use it until we find a resolution.

Once again, thanks for your time and cooperation.

Best wishes,
Nick
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Docking
Asked by
Luca
Top achievements
Rank 2
Answers by
Nikolay
Telerik team
Luca
Top achievements
Rank 2
Share this question
or