Hi all,
I'm using a ComboBox control in a DropDown mode (one with both TextBox
for free-text-entry and a drop-down-list) and is trapping the
TextChanged event to process the value being entered. As far as I can
tell, when the Text property is accessed from the TextChanged event,
it should return the post-change value. Well, it does for the most
part, but occasionally, the old value (before the change) is
returned. This seems to happen only when the text is highlighted
(which is the default behavior when the control gets the focus).
I don't have a real mobile device handy, so I could not verify if this
behavior is happening only on the emulator.
Is anyone aware of this quirk? Any information on it?
Thanks.
- Jin