Datagrid and

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top