[flexcoders] Re: Remove Popup from ItemRenderer

2009-05-08 Thread valdhor
The way I would do it is to put the click handler code that opens the popup in the same component as the datagrid instead of in the item renderer itself. When you get a click event, open the new popup and dispatch an event that the parent (titlewindow) catches that closes itself. --- In

[flexcoders] Re: Remove Popup from ItemRenderer

2009-05-07 Thread cvsikh
There is a datagrid with an external itemrenderer which opens a popup. Along with opening the popup, I want to close the original titlewindow in which I have the datagrid. Thanks for your help! --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Sorry I did not understand any of