Announcement

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

    listgrid frozen record on sort

    Seems far fetched, but is there currently a way to freeze a row so that when the user sorts the results, that row stays put? IE. the last row is always the last row.

    #2
    Not really, although there is the summaryRow (with programmable summary functions, which could be programmed to not show summaries at all if that's your use case). Or, creation of a second, headless ListGrid to serve as the "frozen" row.

    Comment


      #3
      Interesting - summaryRow may actually work for what has been requested. I will look into the sample. Thanks.

      Comment


        #4
        Hi acarur01,
        Did you ever find a solution for this? I am interested in doing something similar. I want to freeze certain records during a sort.

        Comment

        Working...
        X