Hi,
Is it possible to change the value field or display field of combobox control?
For example, i have a data like;
var data = [
{“Number”:“1”,“Name”:“Apple”},
{“Number”:“2”,“Name”:“Orange”},
{“Number”:“3”,“Name”:“Apricot”}
];
Then i want to see these “Name” values (like Apple, Orange, Apricot) in combobox list. In addition, i want to take “Number” value as Id value when any value in the list is selected.