I've got a telerik rad grid view data bound to a BindingList<items> with group descriptiors enabled and it seems that when I edit a cell and then commit it, the row gets shifted to the bottom of the current grouping.
Any ideas?
Cheers,
Tim.
2 Answers, 1 is accepted
0
Accepted
Nedyalko Nikolov
Telerik team
answered on 25 May 2010, 01:31 PM
Hello Timothy Lin,
When you edit an item this actually removes the item from the collection and adds it again at the correct place according to the current sorting, grouping and filtering. So the described behavior is expected, since the position of the item is changed on a data layer too. I hope this will help.
Best wishes,
Nedyalko Nikolov
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.