DataGrid.focusedCell
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.focusedCell
Description
Property; in editable mode only, an object instance that defines the cell that has focus. The object
must have the fields
index of the column and item of the cell. The origin is (0,0). The default value is
Example
The following example sets the focused cell to the third column, fourth row:
grid.focusedCell = {columnIndex:2, itemIndex:3};
DataGrid.getColumnAt()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.getColumnAt(index)
Parameters
The index of the DataGridColumn object to be returned. This number is zero-based.
index
Returns
A DataGridColumn object.
Description
Method; gets a reference to the DataGridColumn object at the specified index.
Example
The following example gets the DataGridColumn object at index 4:
var aColumn = myGrid.getColumnAt(4);
and
columnIndex
itemIndex
, which are both integers that indicate the
DataGrid component (Flash Professional only)
.
undefined
271
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers