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
210
Align columns in group by row
posted

I have a requirement where in I am using a Custom summary type of UltraGrid.

All the columns in the group by rows are aligned to right by default.

Now I want the text in a column to be left aligned. Is there a property which will help me achieve this.

SS

I have tried the below code which did not work for me. 

  • summary.Appearance.TextHAlign = HAlign.Center
  • summary.Band.Override.CellAppearance.TextHAlign = HAlign.Center
  • summary.SummaryPosition = SummaryPosition.Left 

Please help

Thank You

Parents
  • 469350
    Offline posted

    Hi,

    I'm not sure I understand what you are trying to do. It looks like you tried to post a screen shot here but the link is broken so I don't see the image.

    If you are trying to align the text inside the summary then you appear to be doing it right - but this will only work if your summaries in the GroupByRow in displayed as cells and not just as raw text.

Reply Children