The following example shows how you can use an XML object as a data provider for a Flex DataGrid control and use a custom label function to display the XML node’s name.
Full code after the jump.
{ 6 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can use an XML object as a data provider for a Flex DataGrid control and use a custom label function to display the XML node’s name.
Full code after the jump.
{ 6 comments }
The following example shows how you can create a custom sort on a Flex DataGrid control by using the SortField class and creating a custom compare function.
Full code after the jump.
{ 5 comments }
The following example shows how you can perform numeric sorts, case sensitive sorts, or case insensitive sorts in the Flex DataGrid control by setting a custom sort compare function on the DataGridColumn using the sortCompareFunction property, the static ObjectUtil.numericCompare() method, and the static ObjectUtil.stringCompare() method.
Full code after the jump.
{ 0 comments }