G
Guest
Hi,
I'm wondering if it is possible to display in a datagrid multiple columns
coming from 2 different tables without having to do the a join in my sql
statement.
For example, I create 2 data adapters, each doing a select on a specific
table. I fill them both in the same dataset. Now, I would like to display in
the same time some of the columns from the first table, and some of the
second. Luckily, there is a relation between the two tables. So, it's a sort
of a Master / Detail display on the same grid. I tried tableStyles along with
columnStyles but I couldn't get the datagrid to display the columns I need.
Is there a way to do it?
Thanks
I'm wondering if it is possible to display in a datagrid multiple columns
coming from 2 different tables without having to do the a join in my sql
statement.
For example, I create 2 data adapters, each doing a select on a specific
table. I fill them both in the same dataset. Now, I would like to display in
the same time some of the columns from the first table, and some of the
second. Luckily, there is a relation between the two tables. So, it's a sort
of a Master / Detail display on the same grid. I tried tableStyles along with
columnStyles but I couldn't get the datagrid to display the columns I need.
Is there a way to do it?
Thanks