Hi,Andrej
thanks for the answer, but I got exception at DataSet ds2 = (DataSet)datagrid1.datasource;
It said:"Unable to cast object of type 'System.Windows.Forms.BindingSource' to 'System.Data.DataSet'"
I have 2 ultragrid, A and B. what I want is: when I double click on one row in A, this row will be removed from A, and also that row will be removed from the dataset which is bound to A; mean while, I want to add this row to B, and that row will also be added to the dataset which is bound to B.
Do you know what I mean?