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

Using column filter breaks RowEditEnded

2 Answers 47 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Eddie
Top achievements
Rank 2
Eddie asked on 02 Feb 2010, 08:12 PM
Hello,

It looks like using a filter on one of my grid columns stops RowEditEnded from being invoked properly after the filtering.

I'm binding my grid to an ObservableCollection<> of business objects, and I have everything set up so updating/inserting rows works properly in most cases.  However I've noticed that if I use a column filter and narrow down the rows displayed, for example to only those rows including certain text in that column, that any subsequent edits won't be saved because RowEditEnded no longer gets invoked when I finish editing one of the remaining rows.

Have you seen this behavior before?  Is there something I'm doing wrong, or is this a known issue? 

I can submit a ticket and provide a sample project if necessary.

Thanks for any help you can provide!

Eddie

2 Answers, 1 is accepted

Sort by
0
Accepted
Nedyalko Nikolov
Telerik team
answered on 05 Feb 2010, 08:01 AM
Hi Eddie,

This is a known issue with the version (2009.3.1314). This issue is already fixed with our latest internal build. I've just tried it and everything works fine on my end. Please give it a try and let me know how it works on your end.
Sorry for the inconvenience caused.

All the best,
Nedyalko Nikolov
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Eddie
Top achievements
Rank 2
answered on 05 Feb 2010, 03:47 PM
I just downloaded and upgraded to the latest internal build and everything is working fine now.

Thanks much for your help!

-Eddie
Tags
GridView
Asked by
Eddie
Top achievements
Rank 2
Answers by
Nedyalko Nikolov
Telerik team
Eddie
Top achievements
Rank 2
Share this question
or