:: Documentation >>

header count

Sets or retrieves the number of the grid header rows. Only works with extended grid (AW.Grid.Extended), the standard grid (AW.UI.Grid) always has one header row.

Syntax

var value = obj.getHeaderCount(); 
obj.setHeaderCount(value);        

obj.onHeaderCountChanging = function(value){...}; 
obj.onHeaderCountChanged = function(value){...}; 
obj.onHeaderCountError = function(value){...}; 

Defined in

header model

Examples

obj.setHeaderCount(2); // 2 header rows
obj.setHeaderText("header");

See also

Grid templates: headers
Header model: count, indices, visible, height
Count properties: row, column, header, footer

Comments

What does this do? Helen Williamson (0)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5