XamGrid is bound to a PagedCollectionView which has a property CurrentItem.
When select different row in xamGrid, it seems that PagedCollectionView.CurrentItem not changed.
How to sync the current row in xamGrid with PagedCollectionView.CurrentItem?
Hi,
Currently the XamGrid does not set the CurrentItem through the ICollectionView interface. This support will be added in the upcoming 2011.1 release. Meanwhile, you can use the ActiveCellChanged event and the ActiveCell property.
Regards,