I am not able to set the alignment for the values.
for example i want the currency field values to be alighned to right.
I tried
e.FieldLayout.Fields.Settings.CellContentAlignment = CellContentAlignment.LabelAboveValueAlignRight;
and also the
a.FontSize = 20;
e.FieldLayout.Fields.Settings.CellValuePresenterStyle= a.Style;
no use.
any help?
I dont see any difference in the grid with string fields and decima fields..neverthless...my point is...alignment of any field/column
what if i wan to right align a string based column.
Do we have any property to set the alignment for specific columns?