0

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.

starblue
  • 55,348
  • 14
  • 97
  • 151
user56963
  • 69
  • 1
  • 2
  • 11

1 Answers1

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