--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tr...@...> wrote:
>
> I will answer, but you probably won't like the answer.
> 
>  
> 
> This is simply not possible.  In order to optimize performance, DataGrid and
> the other list components only create(render) the visible elements.  If a
> row is not visible, it does not exist.  You can't look sideways into your tv
> screen and see beyond the edges.

You should be able to do this by running the labelFunction on all items in the 
dataProvider.  You'll need to change the method signature to allow for a null 
dataGridColumn, or pass in a dummy dataGridColumn.

HTH;

Amy

Reply via email to