Please add screenboundary detection for expandable menu items. When there is not enough space for menu items to expand on the right side, expand them to the left side and vice-versa. See attached screenshot for more information
As of R1 2022, you will be able to enable the screenboundary detection of RadNavigation by setting EnableScreenBoundaryDetection="true", e.g.
<telerik:RadNavigation runat="server" ID="Nav1" EnableScreenBoundaryDetection="true">
<Nodes>
<telerik:NavigationNode Text="Guitars & Basses">
<Nodes>
...
I agree, it would be really useful.
Would be very helpful indeed