Announcement

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

    Group by in list grid disabled

    i have list grid connected to a sql data source.
    I'm using paging for the list grid. Initially the list grid default page size was 75. Most of the data in list grid would run into thousands (around 10 k). So group by was disabled . So increased the data page size to 5000. The data is retrieved fast but group by is still not available. Is there some limitation on the number of rows in list grid when group by becomes available.

    But Group by becomes available whenever query has less rows to display.

    Thanks.

    #2
    see groupByMaxRecords

    Comment

    Working...
    X