Editable Property (FlexDataGrid)

Action

Gets whether the user can edit items in the data provider.

If true, the item renderers in the control are editable. The user can click on an item renderer to open an editor.

You can turn off editing for individual columns of the DataGrid control using the DataGridColumn.editable property, or by handling the itemEditBeginning and itemEditBegin events

The default value is false.

Syntax

'Declaration
Protected Read Property editable As Boolean

Access

Read only.