G
Guest
Hi guys!
I've done a relation between two tables I have in my DataSet.
To show those two tables I have two DataGrids and I don't want to see that
"plus" signal on the parent's table RowHeader. I've tried to turn false the
RowHeaderVisible property but it doesn't work.
I'm doing that to bind the grids:
DataGridParent.SetDataBinding(DataSet.Tables("Table1").DefaultView,
String.Empty)
DataGridChild.SetDataBinding(DataSet.Tables("Table2").DefaultView,
String.Empty)
Do you know to handle this issue?
Thanks
I've done a relation between two tables I have in my DataSet.
To show those two tables I have two DataGrids and I don't want to see that
"plus" signal on the parent's table RowHeader. I've tried to turn false the
RowHeaderVisible property but it doesn't work.
I'm doing that to bind the grids:
DataGridParent.SetDataBinding(DataSet.Tables("Table1").DefaultView,
String.Empty)
DataGridChild.SetDataBinding(DataSet.Tables("Table2").DefaultView,
String.Empty)
Do you know to handle this issue?
Thanks