E
Edward
Try Binding your second datagrid in the ItemDatabound
event of your first datagrid. Your second datagrid becomes
a child control of the cell where your second datagrid is.
Make a reference to that child control (which is the
nested datagrid) and do the normal binding procedures.
Hope this helps.
event of your first datagrid. Your second datagrid becomes
a child control of the cell where your second datagrid is.
Make a reference to that child control (which is the
nested datagrid) and do the normal binding procedures.
Hope this helps.