Returns jQuery HTML node representing the current record control.
// set background color for current control
var control = ix.util.getUp("[TABLE-GUID]").getControl("[CONTROL-GUID]");
control.getHtml().css('backgroundColor', 'blue');
Returns the record object of the current control.
Represents a table cell.