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.
Continue reading Filtering an MX DataGrid control by date range using Flex
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.
Continue reading Filtering an MX DataGrid control by date range using Flex
The following example shows how you can filter an XMLListCollection collection by using regular expressions in Flex 4.
Full code after the jump.
Continue reading Filtering an XMLListCollection using Regular Expressions
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.
Continue reading Using a Slider to filter items in a DataGrid control in Flex
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.
Continue reading Using a CheckBox to filter items in a DataGrid in Flex