Categories | Question details Back To List | ||
auto-calculated footer How can I get the value of auto-calculated footer?.., like document.getElementById(#stat_total).value ?? Answer posted by Support on May 29, 2008 03:54 There is no API calls, but you can access values of footer directly through dom grid.ftr.rows[1].cells[N].innerHTML where N - index of column |