RadNavigation change ExpandDirection

1 Answer 51 Views
Navigation
Tom
Top achievements
Rank 1
Tom asked on 17 Nov 2022, 03:43 AM | edited on 17 Nov 2022, 03:53 AM

hi,

Does the RadNavigation  have  ExpandDirection  ? the Navigation  in bottom at the page  

And how to change RadNavigation  ExpandDirection  = up

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Nov 2022, 07:26 AM

Hi Tom,

As of R1 2022, you can enable the screen boundary detection of RadNavigation by setting EnableScreenBoundaryDetection="true", e.g.

 

        <telerik:RadNavigation runat="server" ID="Nav1" EnableScreenBoundaryDetection="true">
            <Nodes>
                <telerik:NavigationNode Text="Guitars & Basses">
                    <Nodes>
                      ...

Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Navigation
Asked by
Tom
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or