Is there any way to save a datagrid row without having the current row change? Currently i can change the value of a column of a row in a datagrid, the new value is not reflected in the dataset until the current cell is a different row. I need a method to save the current row which i assume will have to be done with a derived datagrid but i dont know where to start. Any ideas?