Hi! I have a question about this part of documentation about DataGrid:
http://livedocs.adobe.com/flex/3/langref/mx/controls/DataGrid.html#event:itemEditBeginning "" itemEditBeginning Event itemRenderer The item renderer for the item that will be edited. This property is null if this event is generated by keyboard, as the item to be edited may be off-screen. "" "This property is null if this event is generated by keyboard". This occurs because the Datagrid dont know where is the next Focus? For example, if i have an editable column, and the itemRenderer is a TextInput. If I click on the next cell, the itemEditBeggining is dispatched, with itemRenderer not null, and if i press tab, is null. Can someone help me what is occurring? Thanks! -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

