I've added a summary row to an UltraGrid (12.1) and, functionally, it's working, but I have a few appearance related issues.
Hello ,
I have tried your scenario to set TextHAlign to Right and the text in summary cells is align just fine for me, maybe you have set some interval (space) on the DisplayFormat property of your summaries. Please see attached sample.
Summary rows couldn’t be selected that is why they have no row selector.
In order to remove borders of summary cells (rows) you could set BorderColor to Transperant for SummaryValueAppearance or to use DrawFilter in order to skip drawing of the borders. See attached sample which demonstrates both approaches.
Please let me know if you have any further questions
Thanks for the quick response and the sample code.
It appears that the reason we're seeing different alignment is that we're using GDI rendering instead of GDI+. Unfortunately, using GDI+ causes other problems. We had a similar problem a couple of years ago (that was eventually fixed with a service release), and we had a workaround using a CreationFilter.
I understand that the summary rows can't be selected, but it would be nice to show row selectors anyway in order to maintain the alignment of cells. I guess this would fall in the enhancement request category.
We're trying to remove the vertical borders between cells of the summary row, so setting the BorderColor doesn't work. I think the DrawFilter approach could be tweaked to achieve this effect.
Since we only need a summary row for the entire grid, it would probably be easier to add a row to the grid with values calculated in code.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.