Posted 7 August 2021, 12:16 pm EST
I have a grid with multiple columns, each with different Horizontal Alignments, some left justified others right or centered.
This makes the presentation of data easy to read for the users.
The problem I am having is that the Grid Selected Row ignores Column Alignment properties, instead it left Justifies string columns and right justifies numbers or only allows the same Alignment for all columns.
In the case of columns that are right justified these rows become the selected row the text jumps to the left.
Has anyone experienced this issue?
Thanks
These are the properties I thought would fix this issue without any luck.
Me.GrdItem.Splits(0).DisplayColumns(“TimeTm”).Style.HorizontalAlignment = C1.Win.C1TrueDBGrid.AlignHorzEnum.Far
Me.GrdItem.Splits(0).DisplayColumns(“imeTm”).ColumnSelectorStyle.HorizontalAlignment = AlignHorzEnum.Far