one question on ComboBox databinding
In my scene, I bind the ComboBox to the CountryId field in a table. This field stores "1", "2" and so on. But in the ComboBox, I hope it can display "Japan", "American". The mapping is defined in a .xml file.
So, what should i do?
Thanks

