edit items in combobox

  • Thread starter Thread starter tupolev
  • Start date Start date
T

tupolev

Hello,

I want allow the user to edit the items but the only thing I found is to
delete and insert items. Is there a way how you can do that and in with
event?
I tried combobox.selecteditem=combobox.text --> runtime error: no string
I tried first insert and then delete the old item but then the event
_textchanged is fired only one time(for the first changed letter), even if I
set the selecteditem to the new inserted item. So I'm stuck with it ..

Greatings Tupolev
 
Hi,
If U bind a DataTable to the ComboBox, U need not
Delete and Insert the item.

Regards
Mahesh
 
Back
Top