Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dirk on Dec 06, 2007 08:21
open dhtmlx forum
ComboBox: Additional Information in List

Hi,

I would like to display additional information in the list which should not be taken in the input field.
Example:
We need the combo box for street input. Now it's possible that there are two streets with the same name but in two different cities.
So the list will be like:
...
main street, big city
main street, small city
...

But when the user select one street, only the street name (main street) should be set as value from the input field.
I load the data with an XML-Stream.

Is it possible to add such data?

Regards

Dirk
Answer posted by Support on Dec 06, 2007 09:59
>>Is it possible to add such data?
I'm not sure what do you mean by "add" (?) but if component already contains some data, the new data, loaded from XML, will be added to existing one - this is default behavior.