Nested DataGrids

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have a datagrid with another datagrid in a template
column. For the second datagrids datasource I use
container.dataitem.createchildview("relationship") I want
to discover if the nested datagrid has any rows. I think
I need to check the datagrid.items.count on the second
datagrid in the first datagrids ItemCreated event but I
can't seem to figure out how to address the second
datagrid. Does anyone have any ideas?
 
Back
Top