Returns the column for a specific record.
The record id
Returns a table column.
Return a jQuery list with all HTML column nodes of all records.
// set background color for table column
var controlGroup = ix.util.getUp("[TABLE-GUID]").getControlGroup("[CONTROL-GUID]");
controlGroup.getHtml().css('backgroundColor', 'blue');
Represents a table column - a collection of record objects (UpDatarangeControl).