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
405
How to access Footer.Total
posted

Hi,

I am using the following code to display the total for my column:
uwg.Columns[0].Footer.Total = Infragistics.WebUI.UltraWebGrid.SummaryInfo.Sum;

How can I access this footer text elsewhere? For instance, I want to show it in a label elsewhere on the page.