DataColumnChanging Combobox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have a problem with the ColumnChanging event: (VS 2005 BETA 2)

The ColumnChanging event seems to fire correctly for textbox controls,
but for some reason, a databound combobox does not raise the event properly.
I tried scrolling up and down (keyboard) as well as choosing a specific item
(mouse), but no luck yet.

To generate the event, I double-clicked the specific column in the
Dataset Designer. All the other textbox controls work as expected except for
the combobox control. Any help?


Regards,

Giovanni
 
Back
Top