Hey Abdul - Thanks for the reply. I'm using the 'listOwner' property when the class is instantiated, but would like to reference the combo box after it is initialized and when a item is added to my datagrid ...? Can I use listOwner from an event to target the combo using ActionScript or only at runtime when creating the cellRenderer to initialize the combo box?
Cheryl --- In [email protected], Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi, > > Do you mean, getting the reference of combobox from cell renderer? If that's > the case, you might get the reference of combobox using > > Using 'listOwner' property from within CellRenderer class... > > > -abdul > -----Original Message----- > From: cpsdesigns2002 [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 30, 2005 2:02 AM > To: [email protected] > Subject: [flexcoders] Path to a Combo Box Cell Renderer Inside a Data Grid > > > > I've used a combo box cell renderer class for a column in a datagrid. > However, I can't determine the path to the combo box in a particular cell > after it is initially drawn. I want to reset the selectedIndex in the combo > when a new item is added to the datagrid. > Is there a way I can access that combo box's path? > > > > > > > Yahoo! Groups Links

