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
40
UltraWinGrid Summary Row
posted

Hi,

I have a UltraWinGrid with summary row. The summary row has caption "Grand Total" and then each of the column has sum. Summary row has in effect two rows, one row containing only the word "Grand Total" and other row containing the sum.

 How can I have the entire summary in one row with caption in first cell and sum in other cells.

 RPSingh

 

Parents
No Data
Reply
  • 469350
    Offline posted

    You can set SummaryFooterCaptionVisible to false to get rid of the extra row.

    There's no way to place a caption in the summary row, but you could fake it by adding a summary to a column and using teh DisplayFormat on the SummarySettings to apply a caption to it with no value.  

Children