Hi Vivek, 1. If both the combo boxes are in the same itemRenderer, you can enable/disable the other comboBox on chage event of the first combo box.
2. If both the combo boxes are in different itemRenderers, >From the first itemRenderer, dispatch the custom event event (with some identifiable parameters, useful to handle the event) and handle the event in another itemRenderer, check for the respective parameters in the event object if parameters are matching, say rowcount then perform the action in the second itemrenderer. Thanks. On Feb 2, 6:13 am, vivek <[email protected]> wrote: > Hello, > > I have two combo boxes inside a datadrid. Each one of these is > inside an item renderer. > I want to enable disable one wrt to the valuse selected in the other. > How will i go abt this? > > Vivek -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

