27 September 2007

Using listItems property to referencing Item Renderers

DataGrid (or any other ListBase) listItems property returns a 2D array which contains a reference to the item renderer for each cell in the DataGrid.

Referencing Item Renderers from Outside