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

TreeColumnDefinition for RadGridView

1 Answer 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tuan
Top achievements
Rank 1
Tuan asked on 13 Jul 2018, 09:30 AM

I'm using Telerik UI for WPF, R2 2018 SP1

GanttView has TreeColumnDefinition to display items that have parent/child relationship nicely, without extra header

Is there a way to use TreeColumnDefinition in RadGridView, since it's support sort, filter, context menu (which GanttView doesn't have).

I've browse over Seft-Referenced Hierarchical example, but all of them add an extra header to child item, and not support multiple hierarchical

Thanks in advanced

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 16 Jul 2018, 08:53 AM
Hello Tuan,

The TreeColumnDefinition class is designed specifically for the gantt control and it won't work in RadGridView. However, I could recommend you to check the RadTreeListView control which visually looks like the gantt's grid part. The control allows you to display the data using a grid-like, tree-like layout and it derives from RadGridView which means that it inherits most of its features. Can you please try the control and let me know how it goes?

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Tuan
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or