Returns the Jquery object representing the table row.
Syntax
row.record()
Arguments
No arguments.
Return value
Returns the Jquery object representing the table row.
Example
Change the row background to red:
row.record().css('background', 'red');
See also:
•Grid Row JavaScript API: row.recordId()
•Grid Row JavaScript API: row.setMessage()
•Change the row background color
•Highlighting an entire row of a table
•About Grid Row JavaScript API