[flexcoders] DateField as a itemEditor in a DataGrid (xml dataProvider)

2008-04-18 Thread David Frankson
I'm trying to use a DateField as a cell itemEditor/itemRenderer within an editable DataGrid that is using an xml e4x as its data provider. Unfortunately DateField uses selectedDate as its defaultProperty and when you pass an xml attribute into it you get cast errors because it wants data to

RE: [flexcoders] DateField as a itemEditor in a DataGrid (xml dataProvider)

2008-04-18 Thread Alex Harui
I'd subclass DateField so it can input and output strings From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Frankson Sent: Friday, April 18, 2008 7:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DateField as a itemEditor