I have a reference to an object that is in the RadGridView, but it is not necessarily the currently selected object in the RadGridView, and I need to find the object that immediately precedes or follows it. I have an ObservableCollection of objects, but the order of the objects in the ObservableCollection does not always match the order of the rows in the RadGridView, since the user can sort the RadGridView.
Is there a way I can retrieve a reference to a collection of the RadGridView's items that is in the same order as the data currently is in the RadGridView?
Tony
Is there a way I can retrieve a reference to a collection of the RadGridView's items that is in the same order as the data currently is in the RadGridView?
Tony