--- In flexcoders@yahoogroups.com, João <joao.sale...@...> wrote:
>
> Hi,
> 
> it seems that currently a DataGrid only supports one itemEditor
> simultaneously, applied to one cell. We are currently in need to 
have
> one item editor for each cell in one line.
> 
> In our application it makes complete sense that the DataGrid rows 
have
> the state "being edited", so when clicked/rollover, every cell on 
that
> row turns into a specific Flex control (combo, datefield, etc). 
> This means that we need to extend the DataGrid and implement this 
feature.
> Apparently, it seems that the DataGrid is composed of an array of
> DataGridColumns, so it's not aware of rows - which complicates 
things.
> I am a bit stuck with this... can someone point me a direction?

I would think that if you just had an isBeingEdited property on your 
Value Objects, that would update the data property of all the 
renderers that are accessing that row's information (i.e. the entire 
row).

HTH;

Amy

Reply via email to