Archive for April 8th, 2008

08
Apr

Resetting a sort on a DataGrid control in Flex

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.

Continue reading ‘Resetting a sort on a DataGrid control in Flex’