RE: [flexcoders] Re: Issue with custom item editor

2007-05-08 Thread Ghose, Sanjucta
ness Experience visit http://www.in.capgemini.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Wednesday, May 02, 2007 8:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Issue with custom item editor spott

[flexcoders] Re: Issue with custom item editor

2007-05-02 Thread bhaq1972
spotted a few problem with your example. 1) not sure if your event.columnIndex == 1 is correct. 2) backgroundColor is a style not a property, so you cant set it like that in your itemEditBegin handler. if all your trying to do is change the backgroundColor of the itemEditorInstance, then do it

[flexcoders] Re: Issue with custom item editor

2007-05-02 Thread mark_j_ellul
Hi Sanjucta Wouldn't a custom ItemRenderer be more appropriate? Check out the below link... http://weblogs.macromedia.com/pent/archives/2007/02/coloring_the_ba.cfm Regards Mark --- In flexcoders@yahoogroups.com, "Ghose, Sanjucta" <[EMAIL PROTECTED]> wrote: > > > I am trying to handle the it