onRowCheck Event
Arguments
- eobject
An object with the following properties:
- dataobject
The list row data.
- rowNumbernumber
The checked row number
- checkedboolean
Whether or not the row has been checked (false if unchecked)
- renderIndexnumber
The row number where the checked row appears in the list.
- valueany
The row value -- this is the value returned by the list when the row is selected.
Description
Fires when a row is checked or unchecked in a List configured to display a checkbox selector column.
Discussion
The onRowCheck event fires when a list row is checked or unchecked. This includes clicking the check all/uncheck all toggle for the List control. The event will fire once for each row.
See Also