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?
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