This is a migrated thread and some comments may be shown as answers.

Changing Position in Grid after ObjectProvider.CancelAll

1 Answer 90 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roland
Top achievements
Rank 1
Roland asked on 25 Jul 2010, 04:37 PM
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.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

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 27 Jul 2010, 01:14 PM
Hello Roland,

Thank you for contacting us.

As it is mentioned in your support ticket RadGridView with ObjectView as DataSource, the reported issue will be addressed in Q2 2010 SP1 due in the beginning of August.

Kind regards,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Roland
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or