RadGridView 分页控件

 <StackPanel Grid.Row="2" HorizontalAlignment="Left" VerticalAlignment="Top">
            <!--<telerik:RadDataPager DisplayMode="FirstLastPreviousNextNumeric, Text" PageSize="25" 
                              Source="{Binding Items, ElementName=RadGridView1}" Grid.Row="1" />-->
            <telerik:RadDataPager DisplayMode="FirstLastPreviousNextNumeric, Text" PageSize="25"
                                  Source="{Binding Items,ElementName=radGridView}"  Grid.Row="1"/>
        </StackPanel>

 

posted @ 2015-03-09 15:10  SharkLock  阅读(700)  评论(0编辑  收藏  举报