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

Changes are lost when using a custom filter row

1 Answer 56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Uli
Top achievements
Rank 1
Uli asked on 24 Aug 2010, 01:32 PM
Hi,

I'm using a custom filter row similar to the one shown in the examples.

If I change a value within a cell and then immediately change the filter criteria of the corresponding column the change of the value is lost. I think the reason for this is that the edit mode is not left when the cell loses focus (see attached screen shot). The issues can be reproduced with the examples application.

Any suggestions?

Regards Uli

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 24 Aug 2010, 02:47 PM
Hello Uli,

 By default, RadGridView will commit the current edit operation if the focus moves to another cell or outside the RadGridView. What you can do is handle the GotFocus event of the FilteringRow object and call CommitEdit on the GridView.

Sincerely yours,
Yavor Georgiev
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
Uli
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or