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.
{ 8 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.
{ 8 comments }
The following example shows how you can reset a sort on a Flex DataGrid control by setting the ArrayCollection data provider’s sort property to null and refreshing the array collection using the refresh() method.
Full code after the jump.
{ 2 comments }
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.
{ 21 comments }
Sometimes in life you just need data to be sorted. Whether its a case insensitive sort (for names) or a numeric sort (for, uh, numbers), you just want things sorted in a particular order.
This example demonstrates how you can take a bunch of random numbers in an ArrayCollection and sort them numerically in ascending order.
Full code after the jump.
{ 28 comments }