I am looking to have a datagrid initially sort its data by one of its columns, the date column. Is the only way to set an initial sort value is by simulating a DataGridEvent.HEADER_RELEASE event? This is the only solution I could seem to find (http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-d\ atagrid/ <http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-d\ atagrid/> ) .
Thanks for any and all replies.

