Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid sorting

    Is it at all possible to use the current client sorting so that a string field with row values such as "1","2","3" can be sorted as numerics instead of strings?

    #2
    Yes - you could use a sortNormalizer on the field to return the numeric value rather than the string value (via "parseInt" or similar).

    Comment

    Working...
    X