On Wed, 16 Mar 2005 19:22:44 -0000, big75blue <[EMAIL PROTECTED]> wrote:

> Sorry, I'm a Flex newby, but I have a question regarding the display
> of rows in a DataGrid. I want to display the current row/object in
> the DataGrid based on an attribute contained w/in the current row
> object. For example, I have an Action Script object (representing
> the current DataGrid row) that contains a Boolean, and I only want
> to display that row based on that Boolean value. Is this possible?

It's surely possible. The easy thing to do is to create a new
dataprovider and add only the items you need to it. If you're doing
this very often and for different apps, maybe you want to look at
this:

http://manish.revise.org/archives/2005/01/31/data-filtering-using-a-custom-dataprovider/

Manish


Reply via email to