On 4/28/07, Mark Piller <[EMAIL PROTECTED]> wrote: > Do you know how to configure a datagrid to automatically sort in a > particular column before the data is rendered?
Basically you just set the sort on the collection, and the DataGrid will appropriately display a sort arrow on the header. So it's the collection you need to sort. You can see an example of how to sort a collection here: http://www.adobe.com/livedocs/flex/2/langref/mx/collections/Sort.html

