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

Embedding another RadGridView in arbitrary Cell

1 Answer 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 04 Mar 2013, 08:30 PM
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:

hierarchy  |      items
==============================
root       |         
------------------------------
 > child   |  -------------
        |  |item 1 | 1 |
        |  |item 2 | 2 |
        |  -------------
------------------------------

Thanks for any hints!

Cheers,

Jan

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 05 Mar 2013, 07:30 AM
Hello Jan,

I would definitely not recommend you to place such heavy control as RadGridView in a cell. This will lead to serious performance degradation. Why not listing the items in the second column in a GridViewComboBoxColumn ?  

Regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Jan
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or