dataGrid.addEventListener(FocusEvent.KEY_FOCUS_CHANGE , focusOut); private function focusOut(e:FocusEvent):void { e.preventDefault(); }