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

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