ASP.NET MVC Controls | ComponentOne
In This Topic
    IRatingOptions Interface
    In This Topic
    File
    wijmo.grid.cellmaker.js
    Module
    wijmo.grid.cellmaker
    Implements
    ICellMakerOptions

    Specifies parameters used to create rating cells with the makeRating method.

    Properties

    Properties

    range

    Range of the rating values, expressed as an array with two numbers (minimum and maximum ratings).

    The default value for this option is [0, 5].

    Type
    number[]

    showZeros

    Whether to show symbols for zero ratings.

    The default value for this option is false, which causes the zero symbol not to be displayed. Users may still click the area to the left of the first symbol to give the cell a zero rating.

    Type
    boolean