Custom renderer has to do some things before it can be added to a parent container. For example, if a custom renderer is a dataGrid then it has to build itself first: add columns, set their headers, populate data, and so forth. So, I need to trigger some methods on the custom renderer befor I drop it into the outer grid.
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > This sounds like trouble. It is VERY rare that you should ever attempt > to interact with an itemRender from the "outside". It is possible to > get a reference to an item renderer instance, but I do not recall the > syntax. > > > > What are you trying to achieve? > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of markgoldin_2000 > Sent: Friday, March 14, 2008 6:25 PM > To: [email protected] > Subject: [flexcoders] How to run a method of itemRenderer > > > > If I have a custom itemRenderer with a public fuction how I execute it > after I have added it to DG's column? > > Thanks >

