[flexcoders] PopUpButton as ItemEditor for DataGrid

2008-04-24 Thread Battershall, Jeff
I'm pushing the envelope in terms of how many editable fields are going to fit within the available horizontal space. The issue is basically how to open an itemeditor that is not constrained by the width of the column. So I've been investigating having a text field popup when in editmode that

RE: [flexcoders] PopUpButton as ItemEditor for DataGrid

2008-04-24 Thread Battershall, Jeff
Never mind - variable row heights is the way to go here. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Thursday, April 24, 2008 7:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopUpButton as ItemEditor

[flexcoders] PopUpButton as ItemEditor in DataGrid

2006-10-27 Thread thunderstumpgesatwork
I am running into a doozie of a problem. I'm trying to use a custom popup button as an item editor in a data grid. However as soon as the PopUp is created, and the open event fires, the data grid loses focus, the editor closes, and the popup goes away. In the DataGrid framework code, I traced