[flexcoders] rendererArray - How to process each renderer in a DataGrid

2007-04-13 Thread darylgmyers
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

Re: [flexcoders] rendererArray - How to process each renderer in a DataGrid

2007-04-13 Thread Tom Chiverton
On Friday 13 Apr 2007, darylgmyers wrote: 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.