RevGrid - v0.10.0
    Preparing search index...

    Type Parameters

    Implements

    Index

    Constructors

    Methods

    • Gets current count of rows in the associated subgrid at the server.

      Returns number

    • Get a field's value at the specified row in a format suitable for display.

      The core of the client does not need to know the type of the return value. getViewValue() is called by the Cell Painter associated with the cell/subgrid. The cell painter expects a certain type of view value and casts the result accordingly.

      Parameters

      • field: SF
      • rowIndex: number

      Returns string

      The value of the field at the specified row.

    • Parameters

      • rowCount: number

      Returns void