The following example shows how you can create a drop down MX DataGrid control in Flex 4 using the Spark PopUpAnchor control in Flex 4.
{ 7 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can create a drop down MX DataGrid control in Flex 4 using the Spark PopUpAnchor control in Flex 4.
{ 7 comments }
In a previous example, “Changing the default sort arrow skin on a Flex DataGrid control”, we saw how you could change the sort arrow skin on a DataGrid control in Flex by setting the sortArrowSkin style.
The following example shows how you can remove the sort arrow skin from an MX DataGrid control in Flex by setting the sortArrowSkin style to the mx.skins.ProgrammaticSkin class.
{ 2 comments }
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 set the background alpha on a Halo DataGrid control in Flex 4 by setting the contentBackgroundAlpha style and setting the alternatingItemColors style to an empty array.
Full code after the jump.
{ 0 comments }
The following example shows how you can use a CFF embedded font with a Halo DataGrid container by setting the itemRenderer property or defaultDataGridItemRenderer style to the mx.controls.dataGridClasses.TLFDataGridItemRenderer class.
Full code after the jump.
{ 0 comments }
In a previous example, “Setting the icon color on the DataGrid control in Flex”, we saw how you could set the icon color (the sort arrow color in the DataGrid header and arrows icons in the horizontal/vertical scrollbar) on a Flex DataGrid control by setting the iconColor style.
The following example shows how you can set the icon/symbol color on a Halo DataGrid control (with default Spark skin) in Flex 4 by setting the symbolColor style.
Full code after the jump.
{ 0 comments }