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