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
3550
Align numeric columns to right
posted

I noticed that   the text in the cells of numeric coulmns is aligned to left.

I want it to align to right

by default.

I think this is the way it should be.

Is it possible?

Parents
No Data
Reply
  • 152
    posted

    You can also set this property directly in the grid designer if you know your column is a numeric one.

    YourGrid.DisplayLayout.Bands[0].Columns[index].CellAppearance.TextHAlign = Right

Children
No Data