Announcement

Collapse
No announcement yet.

Sort Grid by Number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • telco
    replied
    hi colc i prefer there is no 0s is there anyway that still in 1-2-3 and so on?

    Leave a comment:


  • colc
    replied
    Hey telco,
    That sort by number is correct as it goes digit 1 then digit 2 then digit 3 etc
    to overcome you have to insert 0's
    Try this and play - GridSortRange_update.apz

    Leave a comment:


  • telco
    replied
    Yes i try that but still the same issue..
    here is the example i found here just try to modify if it can be sort by numbers..
    Attached Files

    Leave a comment:


  • Imagine Programming
    replied
    Originally posted by herrin View Post
    Page > On Show

    Code:
    Grid.SetHeaderSort("Grid1", true);
    He does that, however I'm assuming that the header sort is not using a natural sorting algorithm. That's why you get his output

    Leave a comment:


  • herrin
    replied
    Page > On Show

    Code:
    Grid.SetHeaderSort("Grid1", true);

    Leave a comment:


  • telco
    started a topic Sort Grid by Number

    Sort Grid by Number

    Hello i have found this example "Grid Sort Range" it was able to sort Asc or Desc, but when i try to sort by number i think there is a problem,
    as you can see the image 1-10-100 instead of 1-2-3 and so on..
    anyone encounter this and have fixed? i was thinking to use Grid but this issue think me ask help from anyone.

    Thank you
    Attached Files
Working...
X