Roman Malik

Roman Malik

  • NA
  • 1
  • 2.6k

CurrentItem binding in paging

Aug 22 2010 8:36 AM
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