This question is locked. New answers and comments are not allowed.
Hi. I am managing the editing of a gridview in a RadWindow and am stuck when trying to "cancel" an edit. This always throws an error and the GridView.Items.CanCancelEdit property is false. The Source is ObservableCollection<T> and I am able to add, delete, etc. but I cannot cancel an edit operation. Any idea why?