:: Forum >>
Multiple footers
Need to add two footers in the same grid to display different information . Is it possible?
Monday, June 11, 2012
Extended grid (AW.Grid.Extended) allows multiple footer rows. Use setFooterCount() method to set the number of footer rows
grid.setFooterVisible(true);
grid.setFooterCount(2);
There is a sample code in /examples/grid elements - footers/multiple footer rows.htm
Alex (ActiveWidgets)
Monday, June 11, 2012
Thank you, Alex.
Wednesday, June 13, 2012
This topic is archived.
Back to support forum
Forum search