D
Daniel Manes
I'm trying to automatically enter some data into a row when the user
first enters the row. So I created a RowEnter event handler that
contains several statements like the following:
_dataGrid.Rows(rowIndex).Cells(columnName).Value = newData
When I do this, data actually shows up in the row when I click the row.
But as soon as I tab away or click a button elsewhere on the form, the
data vanishes.
If I hand-enter the exact same data, I don't have this problem at all
(I can click anywhere else on the form and the data remains).
Anyone know what could be causing this?
Thanks,
-Dan
first enters the row. So I created a RowEnter event handler that
contains several statements like the following:
_dataGrid.Rows(rowIndex).Cells(columnName).Value = newData
When I do this, data actually shows up in the row when I click the row.
But as soon as I tab away or click a button elsewhere on the form, the
data vanishes.
If I hand-enter the exact same data, I don't have this problem at all
(I can click anywhere else on the form and the data remains).
Anyone know what could be causing this?
Thanks,
-Dan