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
490
Summary values are not showing up in footer
posted

Hi,

Summary values are not showing up in footer, please help. sample code listed below.

wbgdata1.Behaviors.CreateBehavior<SummaryRow>();

this.wbgdata1.Columns[1].Footer.Text = "Totals:";

//Summary Footer for Cartons

SummaryRowSetting BNCartonsSummary = new SummaryRowSetting(wbgdata1, "DDCARG");

BNCartonsSummary.ShowSummaryButton = false;

BNCartonsSummary.SummarySettings.Add(SummaryType.Sum);

this.wbgdata1.Behaviors.SummaryRow.ColumnSettings.Add(BNCartonsSummary);

wbgdata1.ShowFooter = true;


Thanks.

Parents Reply Children
No Data