This question is locked. New answers and comments are not allowed.
Hi! We are using Rad Controls for Silverlight and RadDomainDataSource.We've subscribed for CurrentChanging event:
collectionView.CurrentChanging += new System.ComponentModel.CurrentChangingEventHandler(this.DataView_CurrentChanging);
and the handler is called 4 times.The same problem for the CurrentChanged event.