Get a datarange control (table record).
Returns a jQuery list with all control objects of the current record.
Returns a jQuery list with one or more HTML nodes (e.g. <tr>
or <li>
).
// set background color for current record row(s)
var record = ix.util.getUp("[TABLE-GUID]").getRecord("[RECORD-GUID]");
record.getHtml().css('backgroundColor', 'blue');
Represents a table row - a collection of record objects (UpDatarangeControl).