:: Home >>

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

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

Documentation:

Recent changes:

2.5.0 - 2.5.5
2.5.5
2.5.0 - 2.5.4
2.5.4
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