RepeaterGroupInstance.columnHeaders Property

Gets or sets the collection of column headers shown.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

Because the header row of a group can appear multiple times when paging, the column headers are grouped by the occurrence of the header row, then by the templates of the column header, then by the column the header is for.

Usage: columnHeaders[headerRowIndex][templateIndex][columnIndex]

For example, in the 1st header row that appears, the 2nd template of the 4th column is columnHeaders[0][1][3].