Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
How to sync the current row in xamGrid and its data source
posted

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?