Are there any properties that should NOT be set when one wants to place a combo in a cell?
I can create a combo in a cell using a "fresh" UltraGrid but I can't in the one I have changed a bunch of properties on.
Here are the properties I have set or the designer has automatically set:
appearance4.BackColor = System.Drawing.
SystemColors.Window;
appearance4.BorderColor = System.Drawing.
SystemColors.InactiveCaption;
ultraGridBand1.ColHeadersVisible =
false;
appearance1.BackColor = System.Drawing.
SystemColors.ActiveBorder;
appearance1.BackColor2 = System.Drawing.
SystemColors.ControlDark;
appearance1.BackGradientStyle = Infragistics.Win.
GradientStyle.Vertical;
appearance1.BorderColor = System.Drawing.
appearance2.ForeColor = System.Drawing.
SystemColors.GrayText;
appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance3.BackColor2 = System.Drawing.
appearance3.BackGradientStyle = Infragistics.Win.
GradientStyle.Horizontal;
appearance3.ForeColor = System.Drawing.
appearance6.BackColor = System.Drawing.
appearance5.BorderColor = System.Drawing.
Color.Silver;
appearance5.TextTrimming = Infragistics.Win.
TextTrimming.EllipsisCharacter;
appearance9.BackColor = System.Drawing.SystemColors.Control;
appearance9.BackColor2 = System.Drawing.
appearance9.BackGradientAlignment = Infragistics.Win.
GradientAlignment.Element;
appearance9.BackGradientStyle = Infragistics.Win.
appearance9.BorderColor = System.Drawing.
appearance11.TextHAlignAsString = "Left";
appearance10.BackColor = System.Drawing.
appearance10.BorderColor = System.Drawing.
appearance8.BackColor = System.Drawing.
SystemColors.ControlLight;
scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.
ScrollBarViewStyle.Office2007;
I set AllowUpdate to false. Setting it to true allows Combos to appear.