Trying to create a dynamic chart using grid footer totals. Quite easy to do in suite 5 using getFooterLabel :
`var col_01 = myGrid.getFooterLabel(1);`
I searched through the documents and cannot seem to get a lead on where to look…is there a way to programmatically get the footer values of a grid?
Thanks