Hello,
I've a radGridView with an objectView as dataSource.
When the grid is sorted by a column, then, after executing the following command-lines, the objectView.position is changed. It doesn't matter, whether before there was changes in the data or not.
This happens with the radGridView-Version 2010_Q2. In 2010_Q1 it was ok.
As a workaround i can store the postion-value before the CancelAll-method and set the old value after it. But i didn't need this to do in the last version of WinForms.
Regards
I've a radGridView with an objectView as dataSource.
When the grid is sorted by a column, then, after executing the following command-lines, the objectView.position is changed. It doesn't matter, whether before there was changes in the data or not.
this
.BindingContext[objectView1].CancelCurrentEdit();
this
.objectProvider1.CancelAll();
This happens with the radGridView-Version 2010_Q2. In 2010_Q1 it was ok.
As a workaround i can store the postion-value before the CancelAll-method and set the old value after it. But i didn't need this to do in the last version of WinForms.
Regards
Roland