S
Sonia Igla
Hi,
I use DataGrid.DataSource = dataview that it table is parent table
In dataset with relationships.
dataview.AllowNew = false hides last * row in datagrid parent.
But for child grids the last new row is visible.
The childDataTable.DefaultDataView.AllowNew = false don't help.
How can it be solved?
Thanks Sonia.
I use DataGrid.DataSource = dataview that it table is parent table
In dataset with relationships.
dataview.AllowNew = false hides last * row in datagrid parent.
But for child grids the last new row is visible.
The childDataTable.DefaultDataView.AllowNew = false don't help.
How can it be solved?
Thanks Sonia.