I need to process each renderer in a DataGrid.  I have found a 
property - rendererArray - on the DataGrid which looks like what I 
need.  The first array element contains the headers and the rest of the 
elements contain the rows of data.  When I debug Flex the rendererArray 
is visible and has what I need, but the application errors 
with "ReferenceError: Error #1069: Property rendererArray not found on 
mx.controls.DataGrid and there is no default value."

Is this the way I should be processing the DataGrid renderers or is 
there a better way? 

Reply via email to