J
Justin Lazanowski
I have a grid that is bound to a typed dataset.
Three fields make up the key in the parent table and those same three fields
are also in the child tables with a 1 to many relationship.
When I bind this dataset to a grid it displays it hierchalily (which is what
I want) when I drill to the child rows however it has the child row data
plus the same data that is on the parent row. I only want to see the child
information in the child row.
I have looked in the Dataset and found no extra fields in the two sub tables
so it is my assumption that it's doing this at runtime. Any ideas how I can
get this to stop?
Thanks,
Justin
Three fields make up the key in the parent table and those same three fields
are also in the child tables with a 1 to many relationship.
When I bind this dataset to a grid it displays it hierchalily (which is what
I want) when I drill to the child rows however it has the child row data
plus the same data that is on the parent row. I only want to see the child
information in the child row.
I have looked in the Dataset and found no extra fields in the two sub tables
so it is my assumption that it's doing this at runtime. Any ideas how I can
get this to stop?
Thanks,
Justin