Declined
Last Updated: 8 Jul 2014 10:53 by ADMIN
Completed
Last Updated: 22 Oct 2015 13:10 by ADMIN
Unplanned
Last Updated: 4 Aug 2016 09:20 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: TreeListView
Type: Feature Request
0
Currently, setting HierarchyIndent property does not work as expected for nested rows.
Declined
Last Updated: 7 Sep 2016 07:31 by ADMIN
Completed
Last Updated: 24 Jul 2015 09:53 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: TreeListView
Type: Bug Report
0

			
Unplanned
Last Updated: 4 Aug 2016 09:21 by ADMIN
Completed
Last Updated: 5 Jan 2017 14:30 by ADMIN
Completed
Last Updated: 1 Jun 2017 08:47 by ADMIN
Completed
Last Updated: 18 May 2017 14:59 by ADMIN
Available in LIB version: 2017.2.522
Completed
Last Updated: 9 Nov 2018 15:30 by ADMIN
Completed
Last Updated: 3 Oct 2018 11:24 by ADMIN
Completed
Last Updated: 9 Nov 2018 15:29 by ADMIN
Unplanned
Last Updated: 21 Jan 2019 10:46 by ADMIN
Research a possible way to improve the expanding performance of TreeListViewRow.
Completed
Last Updated: 18 Mar 2020 09:58 by ADMIN
Release LIB 2020.1.323 (03/23/2020)
The icon of the expand button seems truncated when the horizontal scrollbar is used.
Unplanned
Last Updated: 9 Dec 2021 09:20 by ADMIN
When dragging and dropping an item, to get the current item's place in the collection you would need to either use the underlying collection bound to the ItemsSource property or get it via reflection. Instead, change the ParentView and RootView properties of the HierarchicalChildCollectionView, to public, to not use the reflection approach. 
Completed
Last Updated: 6 Apr 2022 10:25 by ADMIN
Release LIB 2022.1.406 (06 April 2022)
If the data items of RadTreeListView implement the IEditableObject interface, their EndEdit method is fired on begin cell edit in some cases. This usually happens when you click on a cell to start its editing and previously the focus was on another row (than the clicked one).
Declined
Last Updated: 17 May 2022 09:35 by ADMIN

I am using a RadTreeListView with MaterialDesign theme in a Windows WPF application. By default the selected cell is indicated by a grey line at the bottom of the cell. I don't want an indication for the selected cell and used the advise from forum to change the style as follows:


  <Style TargetType="telerik:GridViewCell" BasedOn="{StaticResource GridViewCellStyle}">
    <Setter Property="CurrentBorderBrush" Value="Transparent"/>
  </Style>

This works fine.

But if changing the Windows application with Alt+Tab and then back to my application with Alt+Tab the cell selection (grey underline) is displayed.

Unplanned
Last Updated: 16 Jun 2022 13:26 by Martin Ivanov
Currently, the Shift + click action (when SelectionMode is Extended) selects only the expanded items. Any child items that are in the collapsed items collection of a node won't get selected.

Add a mechanism to allow this type of selection. It can be built-in or some events or method overrides can be introduceds in order to be bale to easily interfere and customize the extended selection.