:: Home >>

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

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