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

[Solved] Other options for a DetailTable?

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 16 Feb 2010, 09:57 AM
Try as I might I just can't convince our MD that the DetailTables already built into the Telerik Grids work well. I think he would prefer to see them in a modal window or popup rather than inline in the grid.

Would thIs be possible by making some changes to the existing code? Is there anything else I haven't yet considered?

Thanks

Rick

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 18 Feb 2010, 02:57 PM
Hi Rick,

The detail tables in a hierarchical RadGrid render only below the parent data item. If you want the detail data to show in a separate window, you are changing the implementation scenario and will have to use another approach to integrate RadGrid and RadWindow. In the most common case, you need to have a separate web form to which you can pass the data keys of the data row for which details should be shown. You can then use javascript to open a the details window for a particular grid item.

Regards,
Veli
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Rick
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or