Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Grid Row Javascript API > Methods

Grid Row Javascript API: row.setFieldValue()

Scroll Prev Next More

 

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()

Customizing CSS examples

Change the row background color

Highlighting an entire row of a table

About Grid Row JavaScript API