
HELP with adding new rows to a dataset
Hi
I'm posting this again because i'm desperate.
BindingContext(DataSet, Table).EndCurrentEdit
BindingContext(DataSet, Table).AddNew
This works for half of my tables, but decides not to work on the other
half.
If i'm working with a read-only grid, I can see the newly added row, but the
arrow doesn't automatically select it. If i try to move the position with a
currency manager it doesn't work and says there is no row. I'm using the
same code, does anyone know how to fix this.
Thanks
Cheryl