jQWidgets Forums

jQuery UI Widgets Forums TreeGrid jqxTreeGrid sorting issue

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxTreeGrid sorting issue #66288

    apj
    Participant

    Hi jqxwidgets team,
    This is raja,In my page i am using treegrid. I have used column type is string but column values is number seperated by comma,When i doing sorting the value present in that column not correctly sorted.
    Example,
    column value:
    375,200.00
    16,652.75
    500,400.50
    200,675.00
    after sorting:
    200,675.00
    375,200.00
    16,652.75
    500.400.50
    Could you please provide the solution to solve this.

    Thanks&regards
    Raja.

    jqxTreeGrid sorting issue #66289

    Peter Stoev
    Keymaster

    Hi raja,

    For numbers, you should use “number”, not “string”. Otherwise, the data will be sorted as Strings.

    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.