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 a listData property, which is an > instance of the BaseListData class. There are rowIndex and owner > properties of BaseListData that you can use to manipulate the > selectedIndex or selectedIndices property of your dataGrid to select > a row. > > --- In [email protected], "csherwood999" <csherwood@> > wrote: > > > > I've got a datagrid with 4 columns, each with a different > itemRenderer. > > > > I have noticed that I can click into any of my item Renderers > without > > actually "selecting" the entire row. How can I force the row to > be > > highlighted when the user clicks into an itemRenderer? > > > > An example with an explanation would be great! > > > > Thanks, > > > > Chad > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

