Tag Archive for 'itemeditor'

12
May

Using a NumericStepper control as an item editor for a DataGrid control in Flex

The following example shows how you can use a NumericStepper as an item editor for a Flex DataGrid control by setting the itemEditor and editorDataField properties on the DataGridColumn object.

Full code after the jump.

Continue reading ‘Using a NumericStepper control as an item editor for a DataGrid control in Flex’

30
Sep

Using a Flex TextArea control as a drop-in item editor

User “Fred” asked a question the other day about using the TextArea as an item editor in an editable, variable line height DataGrid control.

The following example shows how you can use the Flex TextArea control as a drop-in item editor to allow you to easily edit the items in a DataGrid control.

Full code after the jump.

Continue reading ‘Using a Flex TextArea control as a drop-in item editor’