Is there a way to refresh the current view port after an add/remove range operation to the ItemsSource collection? I've used the Reset method in RadObservableCollection, and it worked well until I change the DataLoadMode to Asynchronous. Also, what events (if any) does Rebind() raise after the completing the rebind operation?
Thanks
Thanks