Hi,
I have a "onClick" event in one of my Combo box which calls web service to load data (XML bound approach is used ).
problem:
When i click on Combo box , "no match found" msg is displayed in the drop down. This msg will be there until I have get the focus out of the Combo box and click the Combo box once again to reflect data returned from the web service. i.e even though web service executed and data is loaded in cdf the changes are not refelected in Combo box until get the focus out of the Combo box and click the Combo box once again.
Is this bug or pls. let me know how to make data load in combo box on first click of the combo box.