RE: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-29 Thread leds usop
Have you set rendererIsEditor to true and the editorDataField=selectedDate? --- Louie Penaflor [EMAIL PROTECTED] wrote: You are correct. It is itemEditEnd. I was just in a rush. As for the issue, the date is populating right. It's when I select a date from the calendar.

RE: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-29 Thread Louie Penaflor
Yes I have done that. On another note, I even checked out a sample in the docs about putting a datefield in a datagrid. I still couldn't get the datagridevent to work properly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leds

Re: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-28 Thread leds usop
Is onItemEnd a custom event listener? or do you mean onItemEditEnd? I dont recall having an 'onItemEnd' associated with Datagrid listener in any way.. please correct me if im wrong. When you use a datefield as item renderer or item editor a list control (or any drop-in item renderer/item

RE: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-28 Thread Louie Penaflor
You are correct. It is itemEditEnd. I was just in a rush. As for the issue, the date is populating right. It's when I select a date from the calendar. When you select a date, I dispatch the DataGridEvent itemEditEnd. This even should have Event.currentTarget.editedItemRenderer and