Found the problem. I got confused with a null value shown for the test property by the Debugger while it should have been an empty string. I was so focusing on this I did not realize that a line of a code that was assigning a value to the test property was wrong.
On Fri, Oct 4, 2013 at 11:49 AM, Kessler CTR Mark J < [email protected]> wrote: > You may have to end up creating a simple working example that people can > play with to be able to help troubleshoot the issue. > > -Mark > > -----Original Message----- > From: mark goldin [mailto:[email protected]] > Sent: Friday, October 04, 2013 12:47 PM > To: users > Subject: Can Item renderer modify DataGrid's property? > > I m trying to modify a custom property on spark DataGrid within item > renderer's prepare method. Does not look like it works. The value is not > changing. Is there a way of achieving what I am trying to do? > > Thanks >
