JavaScript
onRowFocus
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 gets focus. This event is only available for editable Grids.
Discussion
The onRowFocus event is triggered when a row in an editable Grid Component receives focus. For non-editable Grids, see onRowSelect.
See Also