Has anybody been successful or can find an example of using nested grids in the WPF 3.5 SP1 toolkit Datagrid? Does anybody know if this is even supported? Thanks.
Asked
Active
Viewed 1,594 times
1 Answers
1
Yes, you can nest a datagrid inside another datagrid's rowtemplate. Remember in WPF you can put any control inside any container.

Eric
- 773
- 1
- 5
- 9
-
I belive it's called the RowDetailsTemplate or something. – Eric Jun 23 '09 at 00:45
-
Haha thanks guys. That totally worked. In case anybody else is looking for a good place to start: http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx – user56963 Jun 23 '09 at 22:08