F
Frank
Hopefully this is the correct group for this message. My
previous post to (I assume) a non-.net group was not
welcomed.
I have a form with 7 text boxes that are all bound to
fields of a dataset. The form also contains a datagrid
also bound to the same dataset.
I have a button on the form to update the data to the
source.
1) If I change data in a row of the grid and hit the save
button it updates the source.
2) If I change data in a textbox and hit the button it
does not update the source although the cell on the
datagrid changes to the new value as soon as I exit the
textbox.
3) If I change the value in the textbox and then click
anywhere on the grid (not neccessarily on the applicable
row or cell) and then press the sabe button the source is
updated.
Any idea why the textbox only method 2) doesn't work?
Thanks.
previous post to (I assume) a non-.net group was not
welcomed.
I have a form with 7 text boxes that are all bound to
fields of a dataset. The form also contains a datagrid
also bound to the same dataset.
I have a button on the form to update the data to the
source.
1) If I change data in a row of the grid and hit the save
button it updates the source.
2) If I change data in a textbox and hit the button it
does not update the source although the cell on the
datagrid changes to the new value as soon as I exit the
textbox.
3) If I change the value in the textbox and then click
anywhere on the grid (not neccessarily on the applicable
row or cell) and then press the sabe button the source is
updated.
Any idea why the textbox only method 2) doesn't work?
Thanks.