:: Home >>

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

5 Jan 06
What does this do? Helen Williamson (0)

Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2