Posts tagged as:

filterFunction

The following example shows how you can filter an MX DataGrid control in Flex using two MX DateField control’s and filtering the ArrayCollection data provider.

[click to continue…]

{ 8 comments }

The following example shows how you can filter an XMLListCollection collection by using regular expressions in Flex 4.

Full code after the jump.

[click to continue…]

{ 2 comments }

In a previous example, “Using a CheckBox to filter items in a DataGrid in Flex”, we saw how to filter the items in a Flex DataGrid control based on whether the user selected a CheckBox control or not.

The following example shows how you can filter items in a Flex DataGrid control using an HSlider control, and the ArrayCollection class’s filterFunction property.

Full code after the jump.

[click to continue…]

{ 1 comment }

The following example shows how you can filter items in a Flex DataGrid using a CheckBox control, and the ArrayCollection class’s filterFunction property.

Full code after the jump.

[click to continue…]

{ 21 comments }