JavaScript

onGridRowCheck

Arguments

eobject

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

checkboxValueboolean

Indicates the checkbox state - checked or unchecked. If checkboxValue is true, the checkbox is checked. Otherewise, the checkbox is unchecked.

rowNumbernumber

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

Description

Fires when the checkbox is checked or unchecked in a Grid Component with a checkbox column.

Discussion

The onGridRowCheck event is triggered when the checked state for a checkbox in the Grid Component's checkbox column changes. The checkbox column can be enabled using the Has checkbox select column property found in the Grid Component Properties.