Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Headers misaligned in Outlook Group By
posted

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.

 

Parents
  • 130
    posted

    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.Center
    End With

    Thanks.

Reply Children
No Data