ASP.NET Core MVC Controls | ComponentOne
In This Topic
    AllowResizing Enum
    In This Topic
    File
    wijmo.grid.js
    Module
    wijmo.grid

    Specifies constants that define the row/column sizing behavior.

    Members

    Name Value Description
    None 0

    The user may not resize rows or columns.

    Columns 1

    The user may resize columns by dragging the edge of the column headers.

    Rows 2

    The user may resize rows by dragging the edge of the row headers.

    Both Rows | Columns

    The user may resize rows and columns by dragging the edge of the headers.

    ColumnsAllCells Columns | _AR_ALLCELLS

    The user may resize columns by dragging the edge of any cell.

    RowsAllCells Rows | _AR_ALLCELLS

    The user may resize rows by dragging the edge of any cell.

    BothAllCells Both | _AR_ALLCELLS

    The user may resize rows and columns by dragging the edge of any cell.