引用地址:http://www.cnblogs.com/forrestsun/archive/2011/05/15/2046894.html
<Grid x:Name="LayoutRoot" Loaded="LayoutRoot_Loaded"> <StackPanel> <telerik:RadGridView Name="radGridView1" AutoGenerateColumns="True" ShowGroupPanel="False" IsFilteringAllowed="False" IsReadOnly="True" CanUserFreezeColumns="False" CanUserReorderColumns="False" CanUserSortColumns="False" ColumnWidth="100" ItemsSource="{Binding PagedSource, ElementName=dataPager}"/> <telerik:RadDataPager Name="dataPager" PageSize="20" AutoEllipsisMode="Both" DisplayMode="All" NumericButtonCount="10"/> </StackPanel> </Grid>
![無標題 無標題](http://static.javashuo.com/static/loading.gif)
經常使用屬性html
經常使用屬性web |
說明測試 |
DEMO名稱url |
pagesizespa |
設置頁面顯示數據行數據rest |
|
AutoEllipsisModecode |
導航條上是否顯示省略號orm Afterhtm Beforeblog All None |
Pageing configurator |
displaymode |
導航條顯示樣式 |
Pageing configurator |
NumericButtonCount |
導航頁數 |
Pageing configurator |
在採用遠程數據傳輸時儘可能採用分頁面形式傳輸數據!或經過代碼編寫方式take指定數量數據
測試條件:900條數據採用wcf service提供