Announcement

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

    Need to remove sort arrow above vertical scroll bar on listgrid

    We would like to remove the sort arrow that appears above the vertical scrollbar when column(s) are sortable on a ListGrid. Is there a call on the ListGrid object to do this?

    See the attached jpg to see a visual picture of what I'm asking for.

    Thanks!
    Attached Files

    #2
    ListGrid.setCanSort(false) removes sort arrow, but if you still need user defined sorting in grid, then I have no idea.
    MichalG

    Comment


      #3
      See setShowSortArrow()

      Comment


        #4
        setShowSortArrow(SortArrow.FIELD) just about does what I want, but it does have a significant draw back in that if you right mouse click above the scrollbar where the sort arrow used to be, you know get browser options. Is there a way to turn that off?

        Comment

        Working...
        X