JavaScript

afterRowSubmit

Arguments

eobject

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

hasErrorsboolean

Indicates whether or not any issues were encountered when saving data to the Grid component's data source. If true, an error occurred. Otherwise, false.

rowNumbernumber

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

Description

Fires after the user clicks the submit row button for a Grid Row and the server has processed the request.