Announcement

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

    not grouping on large data sets

    When my listgrid is containing more then one 'page' of data the grouping is 'lost' and disabled.

    I understand that it is hard to group on the client side when not all data is available, but
    I'm struggling to find the property/method that will force the list grid to fetch all data. Or to force to group on the partial data.
    If my dataset is more then a 'page' grouping is disabled. How do I force it so all data is loaded? Or how do I force it to do the grouping on large sets. I have sorted the data on the server side, and in theory it can be grouped even when not all data is loaded yet.

    SmartClient Version: v8.3p_2013-03-26/Pro Deployment (built 2013-03-26)

    #2
    This might help
    MichalG

    Comment


      #3
      Yes, that's what I needed. Thanks.

      Comment

      Working...
      X