http://blogs.adobe.com/aharui/2008/08/datagrid_itemeditor_with_two_i.htm l
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sent: Friday, August 08, 2008 3:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tabbing in an ItemEditor By default, if the user strike the tab key in a Tree ItemEditor, then the ItemEditor loses focus and is destroyed. However, I have multiple controls in my ItemEditor that need to be tabbed between. Somehow I need to keep the ItemEditor being destroyed after a tab, but so far I have been unable to do so successfully. I have already tried calling preventDefault in a itemEditEnd function. This does keep the ItemEditor from closing, but a second tab will destroy the ItemEditor because focus is lost. I have tried Google, but I could only find this thread where no solution was given: http://www.nabble.com/Tabbing-in-custom-item-editor-in-datagrid-td167666 44.html <http://www.nabble.com/Tabbing-in-custom-item-editor-in-datagrid-td16766 644.html> Thanks in advance.