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
4341
Summary total in group header
posted

We are using Infragistics Win grid Version 8.3.20083.2021.

We want a group summary to be displayed on the group header along with the custom caption. Please find attached the snap shot for your reference.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm not sure what you are asking.

    Summaries display in the GroupByRow by default. You don't have to do anything. Ar eyou asking how to add sumaries to the grid? If that's the case, you use the Summaries collection on the band. 

    I recommend doing this in the InitializeLayout event. Something like:

    e.Layout.Bands[0].Summaries.Add(...);

     

     

Children