H
Hamed
Hello
I have a DataTable bound to a DataGrid. During working with the grid, some
detached rows are created internally by the grid. I want to remove the
detached rows from the DataTable but calling myDataTable.Rows.Remove(myRow)
have no effect on it. What am I missing?
I tried to add the row and then delete and then call AcceptChanges but no
success.
Please help
Thanks in advance.
Hamed
I have a DataTable bound to a DataGrid. During working with the grid, some
detached rows are created internally by the grid. I want to remove the
detached rows from the DataTable but calling myDataTable.Rows.Remove(myRow)
have no effect on it. What am I missing?
I tried to add the row and then delete and then call AcceptChanges but no
success.
Please help
Thanks in advance.
Hamed