:: Documentation >>

header indices

The array of the header row indices (extended grid). Can be used to show/hide or change the order of the header rows.

Syntax

var value = obj.getHeaderIndices(); 
obj.setHeaderIndices(value);        

obj.onHeaderIndicesChanging = function(value){...}; 
obj.onHeaderIndicesChanged = function(value){...}; 
obj.onHeaderIndicesError = function(value){...}; 

Defined in

header model

Examples

obj.setHeaderIndices([2,1,0]);

See also

Grid templates: headers
Header model: count, indices, visible, height
Indices properties: row, column, 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