Using .Net 2002, Framework 1.0, and a DataGrid whose DataSource is a
DataTable in a DataSet.
I add one row by keying in some data in a column: normal behavior.
At this point I do not call DataAdapter.Update because I have a second row
to enter.
I tab to a new row in the grid.
In the new row, I also key in some data in the same column; when I tab out
of that column the keyed data disappears and the cursor remains in the
original column.
I have confirmed that none of my own event handlers are firing.
Any help would be most appreciated.
TC