Hi! 
How can I programmatically post proposed values for a row in windows form 
datagrid? 
The reason that I raise this question is -- whenever I call 
IDataAdpter.Update() method to apply updates and inserts performed on a 
datagrid, I would always lose the modifications on the row that is last 
edited.  I have to ask my users to manually click another row to post all 
proposed values to the dataset. TIA,