Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by damo on May 28, 2008 19:24
open dhtmlx forum
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