Datagrid and

  • Thread starter Thread starter Kurt
  • Start date Start date
K

Kurt

Hi,

I have been looking for a adding a combobox dropdown (not dropdownlist) to a
datagrid, but all of examples are dropdownlist. How can I create a
ColumComboBox that will display the first item that begins with the group of
letters I type?
And add new Items that don't exist in the ComboBox?

When I change "
DropDownStyle = ComboBoxStyle.DropDownList"
for
"DropDownStyle = ComboBoxStyle.DropDown"

my datagrid crashes when I enter to the column with Tab key, doesn't
validate the text....



thanks.
 
Back
Top