Rodchar,
Is there a way to make the new row in a datagrid show up at the top of the
grid?
There is however as far as I know not in a very simple way, and I the
effects of that can be very confusing.
I use it not in exactly in this way I am telling it now, however to explain.
You can use a dataview, set in that by instance the sort on a column which
you have added and set the dataview.allownew to false, use a button set the
dataview.allownew to true, and add a row using the dataview or a
currencymanager, set the columnitem to 0 and set the allownew again to
false. Than when updating you can set the value in the addedcolumnitem to
another value.
However this kind of doing is in my eyes a lot of work, and as I said really
confusing by instance when the user add 2 rows.
Cor