Starting in 2007 V3 and continuing in 2008 V1, the headers in the Webgrid are misaligned when using Outlook Group by mode (see attached pic). I reported this to support after 2007 V3 and I thought it was supposed to be fixed in the hot fix, but it is still broken after the hotfix and into 2008 V1. It works fine under 2007 V2. Has anyone else noticed this same problem and found a way to fix it? I would really like to upgrade to 2008 V1 so that I can take advantage of some of the new features, but all my webgrids are suffering from this problem.
I also am experiencing this problem. Is there some sort of fix? I am using 2007 V3 for .NET 2.0.
Here is my code:
With e.Layout .RowSelectorsDefault = UltraWebGrid.RowSelectors.No .ViewType = UltraWebGrid.ViewType.OutlookGroupBy .StationaryMargins = UltraWebGrid.StationaryMargins.Header .StationaryMarginsOutlookGroupBy = True .GroupByColumnsHiddenDefault = UltraWebGrid.GroupByColumnsHidden.Yes .GroupByRowDescriptionMaskDefault = "[value]" .GroupByRowStyleDefault.Height = Unit.Pixel(25) .GroupByRowStyleDefault.Font.Size = FontUnit.Point(10) .GroupByRowStyleDefault.Cursor = Infragistics.WebUI.Shared.Cursors.Default .GroupByRowStyleDefault.BackColor = Color.LightBlue .GroupByRowStyleDefault.ForeColor = Color.Black .GroupByRowStyleDefault.Font.Bold = False .GroupByRowStyleDefault.HorizontalAlign = HorizontalAlign.CenterEnd With
Thanks.
I think I figured out why this is not working. It seems if you have Stationary Margins set to Header and hide any columns, the column header widths & column widths get out of sync. I am not certain if this is a bug or if there is some other setting required to get the cell widths & the column widths in sync.
So, I can not use grouping because I need to hide some columns & do not want to have the column headers repeated for each group.
Tina