Which version of Flex?

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of j_lentzz
Sent: Tuesday, November 06, 2007 9:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Bouncing Focus in DataGrid

 

No, I have separate renderers and editors. So when I click on a field
in the datagrid, the first cell's editor pops up briefly, then the
renderer appears. When I make a change so that the renderer is the
editor (so the editor is "always" visible), I don't get the focus
problem. 

John
--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Are the renderers also editors? rendererIsEditor="true". If so, is the
> renderer an IFocusManagerComponent?
> 
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of j_lentzz
> Sent: Tuesday, November 06, 2007 6:06 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Bouncing Focus in DataGrid
> 
> 
> 
> Hello All,
> 
> I have an app that allows the user to add rows to a datagrid. The
> rows contain components that have separate item editors and renderers.
> What is happening is that after a new row is added to the datagrid
> and the user clicks on a cell that is not the first cell in the first
> row, the focus briefly goes to the first cell in the first row and
> then to the actual cell selected. It doesn't stay there long, but
> long enough to see the cell switch to the item editor and then back to
> the renderer. Has anyone else seen this or have a way to prevent it?
> 
> Thanks,
> 
> John
>

 

Reply via email to