5/11/2010 11:04:24 PM
Title:
Combobox inside another combobox in FLEX
Hi guys,
I want to create a combobox which when opened contains a number of other comboboxes inside it. Is it possible, if I create instances of comboboxes and provide those instances inside an arraycollection which then acts as a dataprovider for the parent combobox? If so can anyone tell me how? Thanks in advance
5/12/2010 1:16:25 AM
I have a doubt in your effort, if you populate a combobox with comboboxes then as soon as you click the child combo the parent will close as a default behavior. So you will not be able to ope the child combos. Instead you should use other components like listbox .