The purpose of the demo for Telerik's ASP.NET Pivot Table is to show the built-in paging capabilities of RadPivotGrid control. The paging functionality of pivotgrid can be enabled by setting the AllowPaging property to true. The available settings are: PageSize, Position (Bottom, Top or TopAndBottom) and Mode (Advanced, NextPrev, NextPrevAndNumeric, NextPrevNumericAndAdvanced, NumericPages, Slider). When pager mode is set to NextPrevAndNumeric, you have the option to choose the page size control type. If sorting is enabled as well, paging operation will automatically retain the sort order and sort direction.
RadPivotGrid provides PageSizeControlType property collection which is an enum of type PagerDropDownControlType and has three values available: None, RadComboBox, RadDropDownList with RadComboBox being the default one. As it name implies, the property specifies what type of page size drop down control will be rendered. The user is given an easy way to switch off the page size combo or replace it with its light weight counterpart RadDropDownList.