Hi Alex,
I studied your example at
http://blogs.adobe.com/aharui/2008/08/datagrid_with_popup_editor.html

I have created "editing cell with popup editor with ADG " and also implement
cell edit in double click instead of single click.
I have written itemeditBeginning handler and written a condition where if
data is Date type then use prevent default to stop event processing and show
popup editor to edit the cell. If data is not Date type then
itemeditBeginning  goes with default behaviors(i.e. direct edit the cell).
I have a problem when i close popup form then focus is going to lastEdited
cell. some time it goes to first cell of the ADG(i.e. column[0]row[0]).
Since editedItemPosition is readonly so i can not set it.  How can i set
focus to the cell which is double clicked or what is the solution of the
problem.
 
Please let me know
 
Thanks
Sachin
-- 
View this message in context: 
http://old.nabble.com/Use-a-Popup-as-itemEditor-in-Datagrids-tp7071004p28509501.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to