There are a couple interesting things to note about Flex filtering that I have learned over the past few days.
Let's say, for example, you have something like this:
private var myColl:ArrayCollection = new ArrayCollection([
{id:1, color:"Red", shape:"Circle", siz...
[More]