|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataColumnChanging ComboboxHi 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 First, try with RTM version as beta 2 is a thing from the past.
-- Show quoteMiha Markic [MVP C#] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/ "Giovanni" <Giova***@discussions.microsoft.com> wrote in message news:D49DB3B1-78F5-402C-8358-935B98E85411@microsoft.com... > 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 |
|||||||||||||||||||||||