Is there any way to adjust the right margin of the text in the column header when it is right aligned?
As a last, desperate solution I tried whit a whitespace after my column caption – something I use when the header is left aligned and of course before the caption text – but it has no affect on the header, the grid seems to trim away the right trailing white space.
Does anyone a solution for this ugly thing?
Grateful for answers
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hello KissPista,
Could you please try the following:
e.Layout.Bands[0].Columns[0].Header.Caption += " \t";
It worked for me also.
Hi,
Putting spaces at the end of the column.Header.Caption worked fine for me. The grid does not strip out or trim the header text.
The only other way to do this would be to use a CreationFilter to move the UIElements within the header.