How can I get the value of auto-calculated footer?.., like document.getElementById(#stat_total).value ??
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
How can I get the value of auto-calculated footer?.., like document.getElementById(#stat_total).value ??
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