Using ActionScript 3.0 Components |
|
|
|
| Working with Components > Working with a CellRenderer > Applying a CellRenderer for a column of a DataGrid object | |||
A DataGrid object can have multiple columns, and you can specify different cell renderers for each column. Each column of a DataGrid is represented by a DataGridColumn object, and the DataGridColumn class includes a cellRenderer property, for which you can define the CellRenderer for the column.
|
|
|
|