Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Editing Post:
I set PageSize to 1000.
the xaml code is:
<StackPanel> <telerik:RadDataPager
x:Name="pager" PageSize="1000" DisplayMode="All" IsTotalItemCountFixed="True" ></telerik:RadDataPager> <Button Click="BTN_Click"></Button> </StackPanel>
And the code behinde is :
private void BTN_Click(object sender, RoutedEventArgs e) { this.pager.ItemCount = 450000000; }
Thanks.