DisplayBox.EditChange

Availability

Flash Player 7.

Usage

DisplayBox.EditChange = function(ID) 
{
// your statements here
}

Parameters

ID The row ID

Returns

None.

Description

Event handler; invoked when a row is placed into edit mode and any data in any of the editable columns is changed. The EditChange method receives one parameter, ID, which is a number representing the row that was changed. You can place a row into edit mode by setting the DisplayBox.AutoEdit property to true and the user double cliking on the row, or the DisplayBox.SetEditOn() function being called.

Author

Telsim, Inc.