:: Documentation >>

header template

Sets or retrieves the template used for the grid column headers (header template).

Syntax

 var template = obj.getHeaderTemplate(); 
 obj.setHeaderTemplate(template); 

Defined in

AW.UI.Grid

Implementation

AW.Templates.Header

Uses

header model (redirected control model)

Examples

obj.setHeaderText("Search", 0);
obj.setHeaderLink("http://www.google.com", 0);
obj.setHeaderTemplate(new AW.Templates.Link, 0);

Comments

can we place checkbox in header !! ??? nahalingam n kanakavel (4)
Column headers not flush when right aligned Helen Williamson (6)
Cancel sorting options Kwooda (3)
Grid Header colors question Carl (6)

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