Re: [flexcoders] Re: Is there any way to use predefined functions for a sortCompareFunction?

2009-02-18 Thread Jeffry Houser
: doh: You're right. My search brought up the wrong set of docs. Sorry about the sortOptions mis-direct. Keith Hughitt wrote: > Thanks all for the suggestions! > > "Will using the sortOptions property on a DataGridColumn do what you > want?" > > Hmm. I don't think that is supported in Flex

[flexcoders] Re: Is there any way to use predefined functions for a sortCompareFunction?

2009-02-18 Thread Keith Hughitt
Thanks all for the suggestions! "Will using the sortOptions property on a DataGridColumn do what you want?" Hmm. I don't think that is supported in Flex 3 (http://livedocs.adobe.com/flex/3/langref/mx/controls/dataGridClasses/DataGridColumn.html), although that would have been nice. Both of the o

[flexcoders] Re: Is there any way to use predefined functions for a sortCompareFunction?

2009-02-17 Thread Tim Hoff
Some people have extended DataGridColumn to handle nested objects and sorting. but, You might find this helpful: http://natescodevault.com/?p=61 -TH --- In flexcoders@yahoogroups.com, "Keith Hughitt" wrote: > > When working with DataGrid ItemRenderers, you ca