JavaScript

onRowStateChange

Arguments

eobject

An object passed to the event that contains the following properties:

modeCharacter

The record's state. Possible values are:

  • view

     

  • change

     

  • enter

     

isDirtyboolean

Indicates whether or not any edits have been made to the record. If isDirty is true, the record has unsaved changes.

rowNumbernumber

The row number of the Grid row that fired the event. New record rows have negative row numbers.

Description

Fires when the state of a Grid row has changed. Possible states are 'view', 'change', and 'enter'.