Unplanned
Last Updated: 05 Sep 2022 16:09 by Stenly
Created by: Stenly
Comments: 0
Category: NavigationView
Type: Feature Request
0
We could include a separator item to separate certain items from one another.
Unplanned
Last Updated: 08 Jun 2020 10:47 by ADMIN
When the selected item is changed, its content will be unloaded. This can be a performance hit when each navigation view item have a large number of elements inside its content. 
Completed
Last Updated: 04 May 2020 08:57 by ADMIN
Release R2 2020
Created by: Martin Ivanov
Comments: 9
Category: NavigationView
Type: Feature Request
25

Add a feature that allows you to open a sub menu when you click on a RadNavigationViewItem.

Similar to the hamburger menu in the Windows' Mail application.

Unplanned
Last Updated: 15 Apr 2020 08:31 by ADMIN

Hello,

Currently when resizing the application, we get a scrollbar like this (which is not the best user experience):

 

We would like to have a "more" icon to show hidden items in a submenu.

 

Best regards,

Completed
Last Updated: 31 Mar 2020 10:52 by ADMIN
Release LIB 2020.1.330 (03/30/2020)
Created by: Olivier
Comments: 3
Category: NavigationView
Type: Feature Request
0

Hello,

I would like to hide the pane toggle button. Consequently I set the PaneToggleButtonVisibility to "Collapsed" but I get the same render as I set "Hidden".

 

That would be nice if this space no longer exists when we set the property to collapsed.

The code sample I used:
<telerik:RadNavigationView x:Name="navigationView" PaneToggleButtonVisibility="Collapsed">
    <telerik:RadNavigationView.Items>
        <telerik:RadNavigationViewItem Content="Foo">
            <telerik:RadNavigationViewItem.Icon>
                <telerik:RadGlyph Glyph="&#xe13a;" FontSize="20" />
            </telerik:RadNavigationViewItem.Icon>
        </telerik:RadNavigationViewItem>
    </telerik:RadNavigationView.Items>
</telerik:RadNavigationView>

Thanks,

Unplanned
Last Updated: 31 Mar 2020 09:54 by ADMIN

Hello,

Currently when we start the application, no item is selected. Once we select one it appears as selected and we show a related pane. This is the nominal behavior of the component.

But we want to deselect it when we are clicking again on it (like in Visual Studio Code). So ideally we want a NavigationItemBehavior property with a value "Normal" and a value "Toggle".

 

Regards,

Completed
Last Updated: 11 Jul 2019 14:48 by ADMIN
Release LIB 2019.2.715 (7/15/2019)
Add a IconTemplateSelector property for the RadNavigationViewItem. This will allow more flexible content choosing.