:: Documentation >>

footer height

Sets or retrieves the height of the grid footer row. Each footer row can have a different height (in the extended grid with multiple footer rows).

Syntax

var value = obj.getFooterHeight(); 
obj.setFooterHeight(value);        

obj.onFooterHeightChanging = function(value){...}; 
obj.onFooterHeightChanged = function(value){...}; 
obj.onFooterHeightError = function(value){...}; 

Defined in

footer model

Examples

// set all footer rows to 25px height
obj.setFooterHeight(25); 

// set footer row-1 to 40px height
obj.setFooterHeight(40, 1);

See also

Grid templates: footers
Footer model: count, indices, visible, height
Height properties: row, 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