Hi, when a DataGrid recieves data it automaticly sorts the data alphabetically by the first column in the dataset. How can I disable this behaviour so that it shows each row in the order it is given?
Thanks, Matt
I have just tried that and while sortableColumns is set to false the headerRelease function isn't triggered. Also it does not solve the original problem, Flex will still order the rows according the the first column when it gets the data.