Button, Label, CheckBox, NumericStepper, ComboBox, Text, DateField, TextArea, Image, TextInput
You can also specify your own control as long as it implements IDropInListItemRenderer interface in its class definition
Item renderers can be used to customize looks of individual columns.
One way is to make a custom renderer (say using Canvas) as an MXML component and giving the appropriate DataGridColumn the full-qualified path to itemRenderer property. Remember that the data property will help you in the renderer to access row data.
Another way is using
labelFunction signature for DataGrids is:
No comments:
Post a Comment