Announcement

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

    How do I disable ListGrid column header right-click grouping options?

    How do I hide the options for grouping when the grid header is right-clicked? I want to make it so the user cannot see or toggle any of the grouping options. However, note that I still want grouping enabled in the ListGrid via code (such as ListGrid.groupBy)

    See image for clarity:

    Click image for larger version  Name:	grouping-disable.png Views:	0 Size:	21.8 KB ID:	259496
    Last edited by user316; 27 Sep 2019, 09:48.

    #2
    Just use the setters, setCanGroup(), multiGroup() with false as parameter.

    Best regards
    Blama

    Comment


      #3
      Thanks, that worked!

      Comment

      Working...
      X