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
Hi,
Sure you can do that,
first identify the particular column ,ie
1.loop thru col and find datatype of the column to be int or