You're going to need to post an example of it to help you trouble shoot it. My guess is the default sorting that it chose for the column didn't match the datatype that was being used.
You could try to use the new gridColumn.sortCompareType [1] method to force a specific comparison type if you would like [2]. [1] http://flex.apache.org/asdoc/spark/collections/SortFieldCompareTypes.html [2] http://flex.apache.org/asdoc/spark/collections/SortFieldCompareTypes.html -Mark On Sat, Nov 16, 2013 at 7:02 AM, raghav kulshrestha < [email protected]> wrote: > Hi All, > I am facing issue of datagrid header not sorted on header click > according numberic values and string. > Any one tell me how it is possible > > Thanks > Raghav Kulshrestha > Senior Flex Developer > > > >
