The following example demonstrates how you can create a Flex DataGrid control with a transparent background by setting the backgroundAlpha style to 0.0, and the alternatingItemColors style to an empty array.
Full code after the jump.
Continue reading ‘Creating a Flex DataGrid control with a transparent background’
The following example demonstrates how you can enable/disable sortable columns in a Flex DataGrid control using the DataGrid class’s sortableColumns property, as well as toggling specific column’s sortability using the DataGridColumn class’s sortable property.
Full code after the jump.
Continue reading ‘Toggling sortable columns in a Flex DataGrid control’
The following example shows how you can set custom status messages in a Flex Panel container by setting the aptly named status property.
Full code after the jump.
Continue reading ‘Setting custom status messages in a Flex Panel container’