In UltraWebGrid footer is visible and calculated normally, but on PDF export, there is no footer at all. Is there an special option to make the footer visible?
I figured out. There is a bug in DocumentExporer.
This one works (SummaryInfo.Sum):
UWG1.Bands(0).Columns.FromKey("....").FooterTotal = Infragistics.WebUI.UltraWebGrid.SummaryInfo.Sum
... but this one doesn't (SummaryInfo.Text):
UWG1.Bands(0).Columns.FromKey("....").FooterTotal = Infragistics.WebUI.UltraWebGrid.SummaryInfo.Text