or
this.radGridView3.Groups[0].Collapse();
this.radGridView3.Groups[1].Collapse();
this.radGridView3.Groups[2].Collapse();
this.radGridView3.Groups[3].Collapse();
this.radGridView3.Groups[4].Collapse();

Me.RadScheduler1.Statuses.Add(New AppointmentStatusInfo(6, "Guests", Color.Transparent, Color.Transparent, AppointmentStatusFillType.Solid))Me.RadScheduler1.Statuses.Add(New AppointmentStatusInfo(7, "NoGuests", Color.White, Color.White, AppointmentStatusFillType.Solid))


this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;this.HelpButton = true;this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.MaximizeBox = false;this.MinimizeBox = false;
Hello ,
Simple question about the multicolumn combo box .
When browsing through the list of combo box items with arrow up and down I want to prevent the text in the of the combo box to change.
How can I realize this?
Kind regards,
Tim van Rooijen