Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Disable sorting for the grouped column
posted

Hi,

How can we remove the grouped by column from the top of the grid. 

For example, remove 'Project Name' from the top in the following example.

http://www.igniteui.com/grid/grouping-customization

Parents
No Data
Reply
  • 18204
    Verified Answer
    Offline posted

    Hello Prasath Chellappan,

    Thank you for posting in our forums!

    To remove the list of grouped columns, you can hide the elements with the following CSS:

    ul.ui-iggrid-grouparealist
    {
        display: none;
    }

    If you want to remove the entire groupBy area at the top of the grid, you can set the groupByAreaVisibility option to "hidden".

    If you need any further assistance with this, please let me know.  Please be aware that I will not be available on Monday due to a US holiday.  If you need immediate assistance, please email support@infragistics.com.

Children