Represents a table cell.

Hierarchy

  • UpDatarangeControl

Implements

Implemented by

Methods

  • Returns jQuery HTML node representing the current record control.

    Parameters

    • asNode: boolean

    Returns HTMLElement | JQuery<HTMLElement>

    Example

    // set background color for current control
    var control = ix.util.getUp("[TABLE-GUID]").getControl("[CONTROL-GUID]");
    control.getHtml().css('backgroundColor', 'blue');
  • Returns the display value. If possible, it will be parsed.

    Parameters

    • fallbackValue: number | Date

    Returns null | string | number | string[] | Date

  • Get the display value for current record control.

    Returns any