Represents a table row - a collection of record objects (UpDatarangeControl).

Hierarchy

  • UpDatarangeRecord

Implements

Implemented by

Methods

  • Returns a jQuery list with one or more HTML nodes (e.g. <tr> or <li>).

    Returns JQuery<HTMLElement>

    Example

    // set background color for current record row(s)
    var record = ix.util.getUp("[TABLE-GUID]").getRecord("[RECORD-GUID]");
    record.getHtml().css('backgroundColor', 'blue');
  • Get the record identifier (mostly the record id).

    Returns string

  • Get the parent record id.

    Returns string

  • Get the record id.

    Returns string

  • Get the records actual position.

    Returns string

  • Hides the record row(s).

    Returns void

  • Remove the record from DOM.

    Returns void

  • Makes the record row(s) visible.

    Returns void