selectedIndexChanged of combobox

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

hi group

I have a bug with some dynamically loaded combobox.
They never raise any selectedIndexChanged event, when user select an item.
The item change (in the design) but the selected index still remains -1.
inf acts, there is never any event raised in all this comboboxes ...

Is someone have an idea ?
thanks
ROM
 
CF Official FAQ :

5.3. Why is the SelectedIndexChanged event not triggered when data is loaded
into a ComboBox?
This is a known issue that will be addressed in a future version of the .NET
Compact Framework

Sorry can't be of more help..
 
thank you jez

I now know thaht on load, SelectedIndexChanged event is not triggered on
load.
but my bug was different, i just declare a variable in my control which was
masking another, so now its work :)
a beginer error in facts .....

ROM
 
Back
Top