RadDocking is not wokring which is inside RadNavigationView

1 Answer 146 Views
Docking NavigationView (Hamburger Menu)
n/a
Top achievements
Rank 1
Iron
n/a asked on 28 Apr 2022, 02:18 AM | edited on 28 Apr 2022, 02:19 AM

Hi,

I am using RadNavigationViewControl with RadDocking inside in the mainWindow, main view.

like this:

<RadNavigationView>

   <RadNavigationView.Content>

     <RadDocking>

               <RadDocking.DocumentHost>

                              <RadPaneGroup Name=mainPaneGroup/>

               </RadDocking.DocumentHost>

     </RadDocking>

   </RadNavigationView.Content>

</RadNavigationView>

 

When I open the new menu, new RadPane is Created inside RadPaneGroup, and I want it to be isFloatable and isDockable.

But the problem is that when I unload radpane, the radpane unloaded is not "Dockable" to any of control.

When I remove RadNavigationView and put RadDocking independently, RadDocking itself and contents inside work fine.

Is there a way to implement RadDocking inside RadNavigationView Content?

 

 

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 02 May 2022, 07:46 AM

Hello Jiwol,

I guess I miss some of your runtime steps, so  I will list you mine. Please let me know if I am missing something.
I added  a single pane in the pane group , using your pseudo-XAML code. After load, I drag out the tab and it is in Dockable state with Docking indicating the possible dock positions. If I switch to Floating state with right click  and click on Floating option, the Dockable option is disabled:

 <telerik:RadNavigationView>

            <telerik:RadNavigationView.Content>

                <telerik:RadDocking>

                    <telerik:RadDocking.DocumentHost>

                        <telerik:RadPaneGroup x:Name="mainpane">
                            <telerik:RadPane Header="test" />
                        </telerik:RadPaneGroup>

                    </telerik:RadDocking.DocumentHost>

                </telerik:RadDocking>

            </telerik:RadNavigationView.Content>

        </telerik:RadNavigationView>
I cannot see any difference with/without the NavigationView.

Regards,
Petar Mladenov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

n/a
Top achievements
Rank 1
Iron
commented on 09 May 2022, 04:53 AM

Okay... Thank you for the answer!!

Petar Mladenov
Telerik team
commented on 09 May 2022, 01:45 PM

Hi Jiwon,
Hope you have managed to resolve this issue on your side. If not,  you can provide more information about the case here or in a private support thread.
Tags
Docking NavigationView (Hamburger Menu)
Asked by
n/a
Top achievements
Rank 1
Iron
Answers by
Petar Mladenov
Telerik team
Share this question
or