Kentico CMS 6.0 Controls

Configuration

Configuration

Previous topic Next topic Mail us feedback on this topic!  

Configuration

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

In addition to the properties from Paging controls - common properties, the following properties of the TemplateDataPager control can be set or used in the API:

 

Property Name

Description

Sample Value

DataSource

Can be used to access the object of the pager's data source.

 

NumberRepeater

Gets the repeater control used to display page numbers.

 

PagedData

Gets the data to be paged.

 

PagerPosition

The position of the pager relative to the paged data.

"Bottom"

"Top"

"TopAndBottom"

PagingMode

Determines the type of the used paging parameter. It can either be passed through the URL (QueryString) or through postback (PostBack).

"PostBack"

"QueryString"

RecordEnd

Index of the last record on the current page.

 

RecordStart

Index of the first record on the current page.

 

TotalRecords

Total amount of data source records.