Getting focus to the header when the cells are editable will be tricky. I would expect you to get a focusOut right away and some cell to become editable. If you post a test case, I'll try to look at it, but it could be several days before I get to it.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of j_lentzz Sent: Monday, December 17, 2007 2:24 PM To: [email protected] Subject: [flexcoders] TextInput as Header Renderer problem Hi, I'm trying to use the example that Alex has on his blog for a combobox header, but I want a label then textInput as my header. I need to be able to get events from the textinput. Unfortunately, it won't let me enter any text into the field. I get events for focus in and change, but no text is visible. Is there some property that needs to be set to allow it to be editable. The column is editable and the textinput is also. Thanks, John

