[flexcoders] Understanding DataGridColumn#sortCompareFunction with composite custom classes

2008-07-21 Thread florian.salihovic
I'm currently working with a custom classes which are composites. I display the needed data via custom ItemRenderer which extends the mx.controls.Text component. It works pretty nice and is pretty flexible. But i need to sort my data as well. After some researches i learned to implement a

RE: [flexcoders] Understanding DataGridColumn#sortCompareFunction with composite custom classes

2008-07-21 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Understanding DataGridColumn#sortCompareFunction with composite custom classes I'm currently working with a custom classes which are composites. I display the needed data via custom ItemRenderer which extends the mx.controls.Text component. It works pretty