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
35
How to hide/remove a particular summary footer on grid grouped by column
posted

Hi there,

I have an UltraWinGrid group by a column and each group consists of a summary footer. I would like to remove a particular summary footer within a group but I can't find a suitable method to do so.

The following code doesn't work for my case as it will clear the entire summary settings collection:

band.Summaries.Clear();

Please advise. Thanks.

  • 23930
    Offline posted

    Hello Thiam,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.

    Thank you for using Infragistics Components.

  • 23930
    Verified Answer
    Offline posted

    Hi Thiam,

    Thank you for posting in our forums.

    You can remove the summary footer from a specific group by row using the Creation Filer interface. However this will leave a blank space where the summary footer should have been. I have attached a sample demonstrating this approach and you can follow this link for more information on the creation filter interface:

    http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/HTML/Win_Creation_Filter.html

    Alternatively you can log a new product idea for this feature in our product ideas site: http://ideas.infragistics.com/. Please add link to this thread in your idea so product management will be able to look back at this case.

    Please let me know if you have any additional questions.

    WG_ClearParticularSummary.zip