摘要:
1.定义好分页控件的数据源即可,任何设置RadGridView的数据源指向分页控件即可RadGridView设置: ItemsSource="{Binding PagedSource, ElementName=radDataPager}"2.设置分页控件是Source this.radDataPager.Source = employees;或者 Source="{Binding DataSouce,Mode=TwoWay}" 有左边导航的,也只要把过滤好的数据源直接扔给分页控件就好了,其他的就有分页控件进行处理了。前台代码: <Grid x:Na 阅读全文
posted @ 2012-05-18 15:47
waterZhou
阅读(642)
评论(0)
推荐(0)
浙公网安备 33010602011771号