Hi People Maybe someone could remind me, I've done this before but apparently now have so much knowledge in my brain that the old stuff is getting pushed out : )
I have a ComboBox itemEditor in a datagrid. The datagrid dataprovider is bound to an arrayCollection which among other things contains the values that are identified as <code> in the comboBox. When the remote data comes in, the comboBox is displaying the code value rather than the label value. When I click the comboBox, my label property is found and the combobox correctly displays the label for the underlying code. So the issue is, when the combobox first gets the data, it needs to run the label displaying code, and it isn't. What am I forgetting? and... thanks!

