Skip to content

Infragistics Community Forum / Desktop / Ultimate UI for Windows Forms / Get rid of/hide GroupBy box on top of WinGrid

Get rid of/hide GroupBy box on top of WinGrid

New Discussion
Griffith
Griffith asked on Dec 14, 2013 7:57 PM

How to hide the groupby box (“drag a column header here to group by that column”) on top of the WindGrid?

Sign In to post a reply

Replies

  • 0
    Griffith
    Griffith answered on Aug 7, 2008 7:39 AM

    sorry, found it.. @-@

    UltraGrid1.DisplayLayout.GroupByBox.Hidden =

    True

    • 0
      Mike Saltzman
      Mike Saltzman answered on Aug 7, 2008 3:30 PM

      If you don't want any grouping in your grid at all (even programmatically), then you should set the ViewStyleBand to Multi or Single  (as opposed to OutlookGroupBy). 

      • 0
        Randy
        Randy answered on Sep 30, 2011 5:11 PM

        I am trying to do this in the XAML.  I am using MVVM.   I will look at the windows init events.  If I have missed something as to the setup of the xml in XAML, please let me know.

      • 0
        Randy
        Randy answered on Sep 30, 2011 5:24 PM

        Found it!  I guess it helped to post the message.    I guess I answered myself… should I be concerend?  🙂

        it is an attribute on the XamDataGrid element:  

        GroupByAreaLocation

         

         

        ="None"

      • 0
        Imran Latif
        Imran Latif answered on Dec 14, 2013 7:57 PM

        Mike,

        Thanks for your Help.

        Thanks,

        Imran

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Griffith
Favorites
0
Replies
5
Created On
Dec 14, 2013
Last Post
12 years, 2 months ago

Suggested Discussions

Created by

Created on

Dec 14, 2013 7:57 PM

Last activity on

Feb 11, 2026 11:09 AM