JavaScript
onDetailViewStateChange
Arguments
- eobject
An object passed to the event that contains the following properties:
- modeCharacter
The Detail View's state. Possible values are:
- view
- change
- enter
- view
- isDirtyboolean
Indicates whether or not any edits have been made to the Detail View. If isDirty is true, the current record has been edited.
- rowNumbernumber
The row number of the Grid row that fired the event. New record rows have negative row numbers.
Description
Fires when the Detail View state has changed. Possible states are 'view', 'change', and 'enter'.