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.
var value = obj.getFooterCount();
obj.setFooterCount(value);
obj.onFooterCountChanging = function(value){...};
obj.onFooterCountChanged = function(value){...};
obj.onFooterCountError = function(value){...};
obj.setFooterCount(3); // 3 footer rows
obj.setFooterVisible(true);
obj.setFooterText("footer");
Grid templates: footers
Footer model: count, indices, visible, height
Count properties: row, column, header, footer