SL版本的分页如何使用, 看了例子 数据绑定 DataContext = new PagedCollectionView(MyProductsData.GetMyProducts());
有没有后台代码 样例
<c1:C1DataGrid x:Name="_dataGrid" CanUserAddRows="False" Height="276" ItemsSource="{Binding}" HeadersVisibility="Column" />
<c1:C1DataPager x:Name="_dataPager" PageSize="10" Grid.Row="1" Margin="0,-1,0,0" Source="{Binding}" /> |
|