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
295
Change Summary Row Caption
posted

Is it possible to change the text before the summary value? Currently it will say "Summaries for [column name]". I'd like to tweak it to say something else if possible.

Also how can I change the background color for the summary value cell? It is currenlty a light yellow color. If I change the BackColor nothing happens.

Parents
  • 469350
    Verified Answer
    Offline posted

    cramsundar said:
    Is it possible to change the text before the summary value? Currently it will say "Summaries for [column name]". I'd like to tweak it to say something else if possible.

     

    Yes, you can do this with the DisplayFormat property on the SummarySettings. 

    cramsundar said:
    Also how can I change the background color for the summary value cell? It is currenlty a light yellow color. If I change the BackColor nothing happens.

    Yes, you can use the SummarySettings.Appearance.BackColor. I'm not sure why this is not working for you. Perhaps you are setting the BackColor of the wrong object, but you weren't specific about what BackColor you are setting, so I can only guess. 

     

Reply Children