WebGrid Hierarchy, columns not aligned with version 7.0.7200.405

1 reply. Last post: January 14, 2011 1:48 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
paulredMember

I'm using the 7.0.7200.405 version of intersofts' WebGrid and the columns are not aligned with their respective headers in the child table.

Wasn't the 7.0.7200.405 supposed to resolve this issue?

I'm believe my company's original issue was for the same alignment issue but when using the Grouping functionality.

The Grouping alignment seems to be fixed but we are now have alignment issues when using the Hierarchy functionality.

The grid was simply implemented to test.

These are the properties that are set :

webGridH.LayoutSettings.RowHeaders = RowHeaders.No;
webGridH.UseDefaultStyle = true;
webGridH.DefaultStyleMode = DefaultStyleKind.Standard;
webGridH.LayoutSettings.ShowRefreshButton = false;
webGridH.LayoutSettings.AlwaysShowHelpButton = false;
webGridH.LayoutSettings.HelpURL = "";
webGridH.LayoutSettings.AutoFitColumns = false;
webGridH.LayoutSettings.NewRowLostFocusAction = LostFocusMode.AlwaysPrompt;
webGridH.LayoutSettings.ApplyFiltersKey = FilterKeyMode.Enter;
webGridH.LayoutSettings.HideColumnsWhenGrouped = HideColumns.No;
webGridH.LayoutSettings.DisplayDetailsOnUnhandledError = false;
webGridH.LayoutSettings.AllowSelectColumns = SelectColumns.Yes;
webGridH.LayoutSettings.VerboseEditingInformation = true;
webGridH.LayoutSettings.ResetNewRowValuesOnError = false;
webGridH.LayoutSettings.PagingDetectPartialGroupRows = true;
webGridH.LayoutSettings.RestoreExpandedChildRows = true;
webGridH.LayoutSettings.ColumnHeaders = ColumnVisibility.Yes;
webGridH.LayoutSettings.ColumnFooters = ColumnVisibility.No;
e.Layout.RowHighlightType = RowHighlightType.BackgroundOnly;

webGridH.LayoutSettings.Hierarchical = true;

Is there something more that is needed or incorrect?





All times are GMT -5. The time now is 11:35 PM.
Previous Next