Announcement

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

    Why is there a sort button under filter?

    I have a listGrid and i created ListGridFields to show data. The columns all look fine, but why is there a sort arrow under the filter button here?

    Picture: http://i.imgur.com/tk7qVjQ.png
    Attached Files

    #2
    Ok I found the problem:
    I had the following: sort(TITLE_LAST_ACCESS_TIME, SortDirection.DESCENDING);

    how do i still sort a column on refresh load without using ListGrid.sort?

    Comment


      #3
      Hi kqappleq,

      you refresh with ListGrid.invalidateCache(). Your sort settings will be kept.

      Best regards,
      Blama

      Comment

      Working...
      X