Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Aaron on Jul 14, 2008 11:21
open dhtmlx forum
Accessing footer data

I am trying to access the value of the first cell (cell 0) of my footer from another cell within the same row of that footer to compare values. How do I access this data?

Thanks,
Aaron
Answer posted by Support on Jul 15, 2008 01:53
There is no API methods to access footer cells.
You can try to access them directly through DOM
    grid.ftr.rows[1].cells[INDEX].innerHTML
where INDEX - zero based index of column in question