A DataGrid within a DataGrid (or Repeater within R

5STAR

New Member
Is it possible to have a DataGrid within another DataGrid? When I try, it can't find the second DataGrid which is within the other one (and says it must be declared). I've tried to put the 2nd one inside a TemplateColumn and ItemTemplate, but still no luck.<BR><BR>Why do you want to do that? There's no logical reason why you would want to do that unless I'm missing something within what you are trying to do. Why don't you put the Datagrid in a table?
 
Back
Top