Edit Method (FlexDataGrid)

Action

Defines the value of the type property of the event object for a itemEditBegin event, which indicates that an item is ready to be edited.

Syntax

dataGrid.Edit(itemRenderer, rowIndex, columnIndex)
Variable Description
itemRenderer The item renderer for the item that is being edited. String.
rowIndex The zero-based index of the item in the data provider. Integer.
columnIndex The zero-based index of the item's column in the DataGrid object's columns array. Integer.