[flexcoders] Re: Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-28 Thread Chad Sherwood
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Chad Sherwood > Sent: Thursday, March 22, 2007 11:05 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Inline DateField ItemRenderer causes Entire > Datagrid contents to disappear > > >

[flexcoders] Re: Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-22 Thread Chad Sherwood
hanks, Chad --- In flexcoders@yahoogroups.com, "Chad Sherwood" <[EMAIL PROTECTED]> wrote: > > I have 7 different itemRenderers in my datagrid. As long as I don't > use the DateField as an inline ItemRenderer, everything is fine, all > other renderers actually appear

[flexcoders] Inline DateField ItemRenderer causes Entire Datagrid contents to disappear

2007-03-22 Thread Chad Sherwood
I have 7 different itemRenderers in my datagrid. As long as I don't use the DateField as an inline ItemRenderer, everything is fine, all other renderers actually appear, along with the data they contain. As soon as I add in the "simplest" version of the DateField object as the itemRenderer, e

[flexcoders] Validator Problems - Not clearing when disabled

2006-08-04 Thread Chad Sherwood
I'm using flex 2.0 and multiple validators in such a manner that I enable/disable them depending on whether some text has been placed in specific textInput controls. However, *most* of the time, the validators are disabled but the screen still reflects that they are operating (ie, the red boxe

[flexcoders] Re: Setting row focus when user clicks in a column using ItemRenderers

2006-07-04 Thread Chad Sherwood
I went into debug mode to examine the listData variable, it does exist, however its ALWAYS null. Any ideas what I've done wrong or not done? No matter what point I review that variable, it's always null. Thanks, Chad "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Your item renderer should have