:: Documentation >>

footer indices

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

Syntax

var value = obj.getFooterIndices(); 
obj.setFooterIndices(value);        

obj.onFooterIndicesChanging = function(value){...}; 
obj.onFooterIndicesChanged = function(value){...}; 
obj.onFooterIndicesError = function(value){...}; 

Defined in

footer model

Example

obj.setFooterIndices([3,2,1]);

See also

Grid templates: footers
Footer 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