selectedIndexChanged of combobox

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
 
J

jez

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..
 
R

Romain TAILLANDIER

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top