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
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