AW: [flexcoders] DataGridColumn sortCompareFunction (Flex 2 Beta 1)

2006-03-06 Thread Harald Dehn
Betreff: RE: [flexcoders] DataGridColumn sortCompareFunction (Flex 2 Beta 1) Yes, the docs are wrong on b1 on the signature. If you provided a custom comparator in b1 it may be that you need to know whether you wanted ascending or descending though I thought we were handing it correctly. Im pretty

[flexcoders] DataGridColumn sortCompareFunction (Flex 2 Beta 1)

2006-03-05 Thread Harald Dehn
Hello, I do have some problemens with a custom sort compare function in a DataGrid. In the Columnn I like to sort birthdates of persons. Regarding the manunal the callback function should have the following signature mySortCompareFunction(obj1 : Object, obj2 : Object, columnIndex :