Data Shaping - Data Paging

 
v
< Prev
 
Next >

[Collapse]General Information
 [Collapse]News
   News for Visual Studio Developers
   News for Delphi/C++Builder Developers
   RSS - How To Use
 [Collapse]About Us
   Our Mission
   User Comments about Developer Express
   Our Customers
   Case Studies
Page 1 of 11 (103 items)
Prev
[1]
2
3
4
5
6
7
9
10
11
Next
Description
C#
VB
ASPX

The ASPxTreeList automatically splits a large content across multiple pages and provides a built-in pager that enables end-users to navigate through data.

To enable data paging, set the SettingsPager.Mode property to ShowPager.

The pager can be displayed at the control's top, bottom, or both. The pager's position within the ASPxTreeList is controlled by the SettingsPager.Position property. In this demo, use the 'Pager position' combo box to select the required location.

The ASPxTreeList provides a Client-Side API that enables you to switch between pages on the client. In this demo, click the 'Prev' and 'Next' buttons to move backward and forward, respectively.