Author Topic: NGUI Grid sorts items 1, 10, 2, 3, etc  (Read 3142 times)

will_brett

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 40
    • View Profile
NGUI Grid sorts items 1, 10, 2, 3, etc
« on: April 16, 2015, 05:49:16 AM »
So my grid is sorting items 1, 10, 2, 3, etc when I want it to sort 1, 2, 3, .... , 10

How can I achieve this?

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Grid sorts items 1, 10, 2, 3, etc
« Reply #1 on: April 16, 2015, 07:36:12 AM »
01, 02, 03, 10, 11, etc.

The sorting is alphabetic, not alphanumeric.