0
Answer

CurrentItem binding in paging

Roman Malik

Roman Malik

14y
2.3k
1
0 down vote favorite

Hi, i've DataGrid with CurrentItem bind on property. DataGrid has implemented Paging. If i select in first page items, CurrentItem is changing, all is right. But when i set another page...I change Observable collection to display another 30 rows, the CurrentItem binding doesn't be functional.

Paging implemented from: here

I have: <DataGrid CurrentItem="{Binding CurrentItem, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ItemsSource="{Binding Orders}">

Thx for help :) dEVIANT