Flash Player 7.
DisplayBox.SetEditOff([ID])
ID Optional; The ID of the row to set. default :
Current row
Boolean: result will be true if any of the columns were changed by the user since the DisplayBox.SetEditOn function was called. If the supplied row does not exist or the data was not changed, false will be returned.
Function; Takes the specified row out of edit mode.
Both of these calls will take the currently highlighted row out of edit mode.
myDisplayBox.SetEditOff(myDisplayBox.CurrentSelection);
myDisplayBox.SetEditOff();