Benji
unread,Dec 13, 2009, 11:59:48 AM12/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
Hi there,
maybe someone can give me some advice on an issue i'm having...
I have a combobox as itemrenderer, in a datagrid.. outsite the
datagrid i have an arrayCollection which I would like to use as
dataprovider for the combobox.. however when I try to assign the
arraycollection to the combobox (via outerDocument).. I don't get a
dropdownlist (whereas the normally should happen), I just get a string
of the array..
instead of:
one
two
three
I get something like:
[one],[two],[three]
any advice/help would be much appreciated!!
thanks in advance!!