Completed
Last Updated: 09 Mar 2022 09:45 by ADMIN
Release LIB 2022.1.314 (14 Mar 2022)

Placing the RadGridView control inside a PanelBarItem element does not display all of its rows when the GroupRenderMode is Flat.

A workaround for this is to place the RadGridView element inside a Grid layout and create a new RowDefinition with Height="Auto"

<telerik:RadPanelBarItem>
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
        </Grid.RowDefinitions>
        <telerik:RadGridView/>
    </Grid>
</telerik:RadPanelBarItem>

Completed
Last Updated: 07 Feb 2022 08:02 by ADMIN
Release LIB 2022.1.207 (7 Feb 2022)

Setting a RadGridView element instance as content for a RadPanelBarItem, causes the RadGridView to not show all of its columns.

As a workaround to this, you could set the IsScrollViewerInsideItemsEnabled property of the RadPanelBar element, to True, and you could control the expanded length of the PanelBarItem which holds the RadGridView instance. This could be done by utilizing the ExpandedLength property.

Completed
Last Updated: 01 Nov 2019 14:38 by ADMIN
Release LIB 2019.3.1104 (11/04/2019)
When the RadPanelBarItem is expanded the arrow in its header is not consistent across themes. We should make sure that the arrow points in the same direction in all themes. 
Completed
Last Updated: 04 Jun 2018 19:29 by Anthony
When a control is nested in a RadPanelItem, it is wrapped in another RadPanelBarItem. The DataContext of the second level item is not inherited correctly. As a workaround, you can bind directly to the element which holds the DataContext with an ElementName binding. 
Completed
Last Updated: 01 Feb 2016 08:46 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: PanelBar
Type: Feature Request
6
Expose a property to easily control the expander indicator style and visibility.

From Q1 2016 SP users will able to use the ExpanderStyle property of the RadpanelBarItem in order to style the arrow expander.
Completed
Last Updated: 30 Nov 2021 21:13 by ADMIN
Release R1 2022
ADMIN
Created by: Telerik Admin
Comments: 5
Category: PanelBar
Type: Feature Request
15
Allow resizing of PanelBarItems. http://www.telerik.com/community/forums/wpf/panelbar/resize-capabilities-to-radpanelbaritems.aspx
Completed
Last Updated: 01 Sep 2021 11:06 by ADMIN
Release R3 2021
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
4

			
Completed
Last Updated: 05 Jan 2022 13:16 by ADMIN
Release R1 2022
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PanelBar
Type: Feature Request
13
Add a ScrollViewer to the PanelBarItem ControlTemplate