:: Home >>

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

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData