[flexcoders] Re: Formattin dates in DataGrid with itemRenderer

2007-05-04 Thread kkinaru
Thankyou very much... I managed to solve it. At the end, I used labelFunction, cleaner than all other ways I tried. Thanks a lot.

[flexcoders] Re: Formattin dates in DataGrid with itemRenderer

2007-04-30 Thread simonjpalmer
what's wrong with your current method? I think that is exactly the way to do it. --- In flexcoders@yahoogroups.com, kkinaru [EMAIL PROTECTED] wrote: Hello all... I need your advices once more time. I need to format some dates in a datagrid, data comes in MMDD format, and I have to

[flexcoders] Re: Formattin dates in DataGrid with itemRenderer

2007-04-30 Thread kkinaru
Thanks Manish, I've some examples using a custom class extending Label, but But I can't make them work. Another question... I have to use formatted data to make some operations, but I can't manage it. I use DataGridItemRenderer in some columns, assigning as: DataGrid.columns[1].itemRenderer =