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

Row span on expander column

1 Answer 71 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 15 Feb 2011, 05:18 PM
Hi,

I'm working with the RadTreeListView however rather than displaying one row for each item in the expander column I'd like to display multiple rows and have the item in the expander column span those rows e.g.

| Item          | Metric    | Value 1 | Value 2 | Value 3  |
| > Item 1    | Width    | 14         | 13         | 17          |
|                 | Height   | 3           | 8           | 89          |
|    > Item 2| Width    | 34         | 89         | 22          |
|                | Height   | 33         | 58         | 92          |

I'm wondering whether anyone else has needed to do this and found a solutions or whether anyone would be able to point me in the right direction on which templates I need to amend.

Thanks,
Derek

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Feb 2011, 04:33 PM
Hello,

 The easiest solution I can think of is to set GridLinesVisibility="Vertical" for RadTreeListView. 

Kind regards,
Vlad
the Telerik team
Tags
TreeListView
Asked by
Derek
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or