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

Add row with control on double click

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 07 Mar 2009, 02:44 AM
I want to use a grid sort of like a panelbar or like the hierarchy stuff but instead of a new table a dynamicially loaded control.

When a user click a row, it expands and presents a tabstrip with a certain number of tabs. This would be dynamicially added based of the data in the row that was clicked.

Is this possible? Can anybody give me some hints to get me going in the right direction?

Thanks


1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Mar 2009, 08:54 AM
Hi,

You can use the NestedViewTemplate to achieve the desired result.You can try accessing the nested view template in the ItemDataBound and then load child  controls of your choice .

http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx

Thanks,
Princy
Tags
Grid
Asked by
Dan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or