Re: [flexcoders] Datagrid cellEditor focus problem

2005-05-04 Thread Jim Laing
I added a "dg.disposeEditor();" line before setting the focused cell to the old cell when not changing the focus. This seems to make it work Alternatively, you could use "dg.focusedCell = undefined;" Jim function doCellPressFocusIn(event) { if(changeFoc

[flexcoders] Datagrid cellEditor focus problem

2005-05-04 Thread bhaq1972
Hi I'm doing a simple test where i store the position of a focusedCell during a cellPress/cellFocusIn event. If i then set a boolean variable to false, i want the celleditor to appaer in the original position. This works except the green box appears in the new position. I want this green box