Adobe Flex Combobox as itemrenderer
Posted
by JonoB
on Stack Overflow
See other posts from Stack Overflow
or by JonoB
Published on 2010-06-12T08:58:23Z
Indexed on
2010/06/12
9:02 UTC
Read the original article
Hit count: 351
I have a flex combobox as a datagrid itemrenderer.
However, after selecting an item in the combobox, its necessary to click out of the combo (i.e. into another cell or elsewhere in the app) for the value to be committed to the combo. Prior to this, the combo sits 'proud' of the datagrid and the value hasnt actually been committed.
Is there a way to force the value to be immediately committed after an item has been selected and for the combo to 'lose focus'?
© Stack Overflow or respective owner