Hi folks, Is there a direct way of extracting the data from 'cells' within a specific data grid column or is the most efficient (only?) way to iterate through via the rows, extracting array[rowNumber]["column"]["data"] each time? Best, Keith..