JavaScript

afterRowPopulate

Arguments

eobject

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

rowNumbernumber

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

Description

Fires after the Javascript grid method that populates a row as fired. Does not fire when a Grid is initialized.

Discussion

The afterRowPopulate event can be used to set default values in a new record row in a Grid component.