hi getting frustrated with this.
i have an arraycollection which populates a datagrid. the arraycollection has one field which is date and contains dates in the format dd/mm/yyyy. the date column in the date grid has sortCompareFunction="date_sortCompareFunc" which i have found elsewhere on the internet and works perfectly when the column header is clicked. However, when the datagrid is populated it needs sorting so i think the 2 options i have are either, 1) call something to do this sort as if someone has clicked on the header 2) sort the array collection on the date field. any thoughts on how i could do either of these and it will be greatly appreciated. Leon

