:: Documentation >>

header visible

Shows or hides the grid header rows. The header rows are visible by default.

Syntax

var value = obj.getHeaderVisible(); 
obj.setHeaderVisible(value);        

obj.onHeaderVisibleChanging = function(value){...}; 
obj.onHeaderVisibleChanged = function(value){...}; 
obj.onHeaderVisibleError = function(value){...}; 

Defined in

header model

Example

obj.setHeaderVisible(true);

See also

Grid templates: headers
Header model: count, indices, visible, height
Visible properties: selector, header, footer

Comments

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