Combo Box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Doug Bell

    #1

    Combo Box

    Hi I have a Combo Box in a DataGrid.

    When that field is selected for the first record, if the field value="" then
    the Combo is blank.

    For subsequent records, if the field value = "" the Combo defaults to its
    first row value.

    The code for setting the value is:
    Protected Overloads Overrides Sub Edit _.............. ....

    ColumnComboBox. Text = Me.TextBox.Text



    How can I get the ComboBox to show display a blank value when the Field is
    ""?



    Thanks Doug


Working...