Announcement

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

    Grouping at 1000 rows

    Hello

    I have large data source(more then 1000 rowns) with listgrid and want to use grouping on it(and yes i understand it can be slow)

    How can i disable 'auto turn off grouping' feature?

    #2
    What do you mean auto turn off? You mean the grouping option in the header menu? You can simply call ListGrid.setCanGroupBy(false)

    Comment

    Working...
    X