JavaScript
onRowSelect
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 when a Grid row is selected.
Discussion
The onRowSelect event is triggered when a row in the Grid component is selected. onRowSelect is available for every type of Grid component (both editable and read only.)
See Also