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
620
Footer Template
posted

Is there a way of getting reference to the GroupBy Records object in the Footer Template. I need to add a converter to work out some of the Footer Templates for each Group

in the GroupBy Tempalte I can use {binding Records}. If this is not possible is there away to loop through each GroupBy collection and update the Footers for that group.

Thanks David

 

 

 

Parents
  • 40030
    Offline posted

    Hi David, 

    There isn't a way to access the GroupByDataContext from the footer. 

    However, in 9.2  we introduced our Summaries feature, which will allow you to show summaries in the footer of a Grouped child band. 

    <ig:XamWebGrid.SummaryRowSettings> 

                    <ig:SummaryRowSettings AllowSummaryRow="Bottom"></ig:SummaryRowSettings>

                </ig:XamWebGrid.SummaryRowSettings>

    Hope this helps, 

    -SteveZ

Reply Children