Re: [flexcoders] TextArea popup editor in DataGrid

2008-08-04 Thread Glenn Jones
Jones *Sent:* Tuesday, July 29, 2008 9:16 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] TextArea popup editor in DataGrid I trapped in DataGrid.itemEditorFocusOutHandler() - the chain of 'owner' values for event.relatedObject does goes back to the grid, but the chain

Re: [flexcoders] TextArea popup editor in DataGrid

2008-07-29 Thread Glenn Jones
: [flexcoders] TextArea popup editor in DataGrid I've tried using a popup TextArea but I'm having real problems trying to get it to work as an item editor within a datagrid. My business requirements are - someone can click in the DG cell to start editing. If the cell uses a TextArea control

RE: [flexcoders] TextArea popup editor in DataGrid

2008-07-29 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Jones Sent: Tuesday, July 29, 2008 9:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TextArea popup editor in DataGrid I trapped in DataGrid.itemEditorFocusOutHandler

Re: [flexcoders] TextArea popup editor in DataGrid

2008-07-28 Thread Glenn Jones
I've tried using a popup TextArea but I'm having real problems trying to get it to work as an item editor within a datagrid. My business requirements are - someone can click in the DG cell to start editing. If the cell uses a TextArea control, they should get popup-like TA that extends across

RE: [flexcoders] TextArea popup editor in DataGrid

2008-07-28 Thread Alex Harui
28, 2008 3:41 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TextArea popup editor in DataGrid I've tried using a popup TextArea but I'm having real problems trying to get it to work as an item editor within a datagrid. My business requirements are - someone can click in the DG

RE: [flexcoders] TextArea popup editor in DataGrid

2008-07-20 Thread Alex Harui
It uses PopUpManager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Jones Sent: Saturday, July 19, 2008 3:37 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TextArea popup editor in DataGrid Yes, I don't want

Re: [flexcoders] TextArea popup editor in DataGrid

2008-07-19 Thread Glenn Jones
Yes, I don't want the TA to fit within a single Row. You're right - the case for TA at the bottom of a DG is a problem. Today, the TA gets clipped, so that's not good either. The PopupButton doesn't have either problem. How does the PopUpButton popup? On Fri, Jul 18, 2008 at 4:42 PM, Alex

RE: [flexcoders] TextArea popup editor in DataGrid

2008-07-18 Thread Alex Harui
Well, you could popup a TextArea like PopUpButton does, but it sounds like your real goal is to have the TA extend across rows and not be below the lines. I assume you don't want the TA to fit within a single row? How will you handle the area at the bottom of the DG? If I click the last row,