G
Guest
I run VS .Net 2003. I have a distributed application with sql server 2000 and
windows front end, written in c#.
I have a number of tables in a dataset with relations between them. In one
single read-only datagrid I would like to display child rows from a child
table as well as one column from the parent table.
Can I fix this with DataViewmanager as source for the datagrid? I need some
example code.
The Datagrid insists on showing both parent and child records in the same
datagrid, with the child rows following the parent row. I dont want this
behaviour. How can I switch it off?
Regards
Tore
windows front end, written in c#.
I have a number of tables in a dataset with relations between them. In one
single read-only datagrid I would like to display child rows from a child
table as well as one column from the parent table.
Can I fix this with DataViewmanager as source for the datagrid? I need some
example code.
The Datagrid insists on showing both parent and child records in the same
datagrid, with the child rows following the parent row. I dont want this
behaviour. How can I switch it off?
Regards
Tore