jQuery UI Widgets Forums Grid cellsformat number

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cellsformat number #82757

    EricK
    Participant

    Hello all,
    Is there a format for a grid cell that will fill with a negative number that displays like (10.00)?
    Or do I have to render the cell.

    Thanks
    Eric

    cellsformat number #82763

    ivailo
    Participant

    Hi EricK,

    There is no such a format.
    You have to use cellsrenderer callback:

    cellsrenderer: function (row, columnfield, value, defaulthtml, columnproperties) {
                     ...
                }

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.