Hi there,
I've already posted this question in the RadTreeListView forum, but without luck. I guess if it's doable for the RadGridView, I should be able to transfer the solution to the TreeListView, shouldn't I? So, here's the cross-post:
Can arbitrary controls, in my case RadGridView Controls, be embbeded in a cell?
I need a control, where the first column represents a hierarchie and the second colum contains a list of items for each hierarchie-level.
The nested / grouped RadGridView looks similiar, however I need the group to be in another column. Like this:
Thanks for any hints!
Cheers,
Jan
I've already posted this question in the RadTreeListView forum, but without luck. I guess if it's doable for the RadGridView, I should be able to transfer the solution to the TreeListView, shouldn't I? So, here's the cross-post:
Can arbitrary controls, in my case RadGridView Controls, be embbeded in a cell?
I need a control, where the first column represents a hierarchie and the second colum contains a list of items for each hierarchie-level.
The nested / grouped RadGridView looks similiar, however I need the group to be in another column. Like this:
hierarchy | items
==============================
root |
------------------------------
> child | -------------
| |item 1 | 1 |
| |item 2 | 2 |
| -------------
------------------------------
Thanks for any hints!
Cheers,
Jan