Triggers the inserting event.
protected void onInserting( CancelEvent event )
event
A CancelEvent object that provides the event data.
The inserting event occurs when the user first clicks in the blank row of the grid. A record is then added to the underlying recordset and the inserted event occurs.
When overriding onInserting, be sure to call super.onInserting.
See Also addOnInserting, removeOnInserting