I have a ComboBox bound to a Web Service Connector and would like to have "Please select a category" as the first thing to display on my comboBox. Unfortunately after my Web Service Connector populates my comboBox the initial value I placed on my comboBox component gets wiped out.
Is there an easy way I can add my comments as my first item and not have it get wiped out?
Is there a way I can detect when the comboBox has been populated and then use addItemAt() to add my comments at the 0 index position?
Thanks
Is there an easy way I can add my comments as my first item and not have it get wiped out?
Is there a way I can detect when the comboBox has been populated and then use addItemAt() to add my comments at the 0 index position?
Thanks