Hi. I have a strong type dataset. I have populated data in it. I added
relationships because the generated code it's not including it.

My problem is that I added the relations for some tables, not all of them
but when binding the datagrid the relationships are not appearing.

What can I do ?

RE: datagrid it's not showing relationships by W

W
Tue Sep 07 17:57:02 CDT 2004

First, verify that you have the correct rows and columns for each of the
tables you expect ie myDataSet.TablesName.Rows.Count, "".Columns.Count

Then, check what you're binding to - to the dataset, a table etc. Also are
you in ASP.NET - if so remember to call databind. Finally make sure you
aren't getting any exceptions (constraints, timeouts etc)

"Danny" wrote:

> Hi. I have a strong type dataset. I have populated data in it. I added
> relationships because the generated code it's not including it.
>
> My problem is that I added the relations for some tables, not all of them
> but when binding the datagrid the relationships are not appearing.
>
> What can I do ?