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:
•Changing the background of a cell
•Change the cell background color
•About Grid Row JavaScript API