Skip to main content

Sorting is showing wrong.

Comments

1 comment

  • Dapfor Team

    Hello,

    It seems that the property returns prices is of the string type. The string type implements IComparable interface that is used by the grid to compare two values. If you change this type to decimal or double, you'll get correct value comparing. Note: comparing two primitive types (int, double, decimal, etc) is much more efficient and performant than comparing two strings.

    Kind regards,
    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk