Flex - communicating between Itemrenderes in a single row.
Posted
by TheCoolestSid
on Stack Overflow
See other posts from Stack Overflow
or by TheCoolestSid
Published on 2010-03-21T10:40:00Z
Indexed on
2010/03/21
10:41 UTC
Read the original article
Hit count: 384
Hi,
I have a datagrid with an XML object as dataprovider. There are 2 columns in the datagrid which have comboboxes as their itemrenderers. The rendereriseditor property is also marked true. These itemrenderers are defined in their own mxml files. What i want is if the user selects a particular item in the combobox, say NA, then the value of the other combobox should also become NA.
How can i achieve such a behavior?
Thanks
Sid
© Stack Overflow or respective owner