:: Documentation >>

footer count

Sets or retrieves the number of the grid footer rows. Only works with extended grid (AW.Grid.Extended), the standard grid (AW.UI.Grid) always has one footer row.

Syntax

var value = obj.getFooterCount(); 
obj.setFooterCount(value);        

obj.onFooterCountChanging = function(value){...}; 
obj.onFooterCountChanged = function(value){...}; 
obj.onFooterCountError = function(value){...}; 

Defined in

footer model

Examples

obj.setFooterCount(3); // 3 footer rows
obj.setFooterVisible(true);
obj.setFooterText("footer");

See also

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