jQuery UI Widgets Forums Grid Aggregates and cellsformat

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Aggregates and cellsformat #68295

    kc
    Participant

    When I use aggregates and have the order [‘count’,’avg’] it does not format Avg properly relative to the cellsformat: ‘d0’

    Using aggregates: [‘count’, ‘avg’] shows the aggregates as:
    Count:1,401
    Avg:24.03354746609564

    When I use ‘avg’ first “aggregates: [‘avg’, ‘count’]” I get:
    Avg:24
    Count:1401

    NOTE: Count should be 1,401 in this case

    Aggregates and cellsformat #68317

    Peter Stoev
    Keymaster

    Hi kc,

    I suppose something else is changed in your code, too because count is never displayed with “,” it’s always INT.

    Best Regards,
    Peter Stoev

    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.