Table row with detail area (expandable)

I need to implement a table with a detailed part under each row (expandable like TreeTable). I.e. a tab with a couple of tables. Is there a way to implement this behaviour with the Grid or Table(TreeTable) control. A popup is not useful, because it needs to show multiple open detail areas.

Thanks, Dirk

Hi Dirk,

Sounds like the Grid’s DetailsGenerator is what you want. Here’s a
wiki post about it
.

Hope this helps,
Olli