You can do it via custom ItemRenderers.

For each column you have to create IR and there check the condition.
If data meets the criteria - set enabled property of label or checkbox
or whatever is in the IR to false.

Cheers,
Dmitri.


--  http://mitek.id.au/whingingpom


--- In flexcoders@yahoogroups.com, "kpjj31" <[EMAIL PROTECTED]> wrote:
>
> I have a list of task items that need to be completed in order. Does 
> anyone know if there is a way to enable and disable rows of a datagrid 
> or a repeater based on weather or not an item in the array collection 
> has a particular value. I really would like to avoid alerting the user 
> when they skip over a task. Any ideas would be appreciated. Thank you.
>


Reply via email to