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

Expand navigation node to the left side

1 Answer 174 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 23 Mar 2017, 01:19 PM

Hi,

I am using RadNavigation for a nav in header column. The nav is aligned to right side. How can i get nodes to expand to the left side?

As you can see in the image, with default configuration the expanded node get cut of, as there is to little space to the right.

Maybe there is a better way solving this, rather than using RadNavigation?

Thanks for your help.

Martin
Top achievements
Rank 1
commented on 19 Apr 2017, 12:23 PM

Does anybody have an idea? THX.
David
Top achievements
Rank 1
commented on 18 Aug 2017, 03:02 PM

I'm having the same issue.  Does Telerik support answer these posts?  Maybe they could help.

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 21 Aug 2017, 01:41 PM
Hello,

We are afraid that RadNavigation control does not support to customize items opening direction. The possible solution is to collapse all items when there is not enough space for sub-items. To achieve such behavior, you can set the minWidth property. This determine a break-point where all items will be collapsed:
var nav = $find("<%=RadNavigation1.ClientID%>");
nav.set_minWidth(1000);
nav.repaint();

Other possible solution is to use RadMenu control, which has boundary detection integrated, so opening direction is calculated depending on space needed for displaying entire popup.

Regards,
Magdalena
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
n/a
Top achievements
Rank 1
Veteran
commented on 18 Apr 2023, 05:55 PM

Really ?!?
Attila Antal
Telerik team
commented on 21 Apr 2023, 12:00 PM

Hi Henry,

I'm afraid Magdalena's statement is correct. Changing the expand direction is currently not supported.

If you find this feature useful, I recommend submitting a Feature Request in our Feedback Portal at Progress® Telerik® UI for ASP.NET AJAX Feedback Portal. That way the Feature will be available to the public and have the potential to become popular.

Tags
Navigation
Asked by
Martin
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or