Typed dataset and the grid control

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Hi All,

I have a typed data set that I that two tables joined
in a one-to-many relationship. I have added the
relationship to the dataset schema and all seems to be
working well.

The parent table is displayed in a datagrid. However,
since a realtionship exists the datagrid insists on showing
the '+' sign against each row of the grid to allow the user
to navigate the the child record.

Is there any way to stop the datagrid doing this. I have
created a dataview of teh table in the record set to allow
me to filter records already, but I don't know how to
get rid of the '+' to the child.

Any suggestions would be greatly appreciated.

Thanks,

Jason.
 
Back
Top