Hi,
I am using several MultiColumn ComboBoxes in a Windows Form, and would like the combo boxes to have nothing selected when the form is first loaded. The boxes will not have any text in them, and the user will have to use the drop down to select a row. Once a row has been selected, the box will show the first column of the selected row.
I have tried using the ClearSelection() method on the EditorControl of the combobox, in both the form shown and form load methods, but the combo box still shows the first record when it loads.
Any suggestions?
Thanks!
I am using several MultiColumn ComboBoxes in a Windows Form, and would like the combo boxes to have nothing selected when the form is first loaded. The boxes will not have any text in them, and the user will have to use the drop down to select a row. Once a row has been selected, the box will show the first column of the selected row.
I have tried using the ClearSelection() method on the EditorControl of the combobox, in both the form shown and form load methods, but the combo box still shows the first record when it loads.
Any suggestions?
Thanks!