3.2.0

Multiple footers

Need to add two footers in the same grid to display different information . Is it possible?
June 11,
Extended grid (AW.Grid.Extended) allows multiple footer rows. Use setFooterCount() method to set the number of footer rows

grid.setFooterVisible(true); // show footers
    grid.setFooterCount(2);      // enable two footer rows


There is a sample code in /examples/grid elements - footers/multiple footer rows.htm

Alex (ActiveWidgets)
June 11,
Thank you, Alex.
June 13,

This topic is archived.

See also:


Back to support forum