Please enable JavaScript to view this site.

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

Grid Row Javascript API: row.fieldCell()

Scroll Prev Next More

 

Returns the jQuery object of the table cell with this field.

Syntax

row.fieldCell(field);

Arguments

field

the name of the field.

Return value

Returns the jQuery object of the table cell with this field.

Example

Change the "make" field background to red:

 

row.fieldCell("make").css('background', 'red');

See also:

Customizing CSS examples

Changing the background of a cell

Working with cells

Change the cell background color

Click actions

About Grid Row JavaScript API

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software