[flexcoders] Re: highlight a cell in datagrid

2010-04-15 Thread valdhor
Use the data grid highlightItemRenderer? --- In flexcoders@yahoogroups.com, sathish_mca_raja sathish_mca_r...@... wrote: I want to use 2 selection indicators in a data grid at the same time. I will use one to highlight a row. I will use another to highlight a particular cell in the

Re: [flexcoders] Re: highlight a cell in datagrid

2010-04-15 Thread Greg Hess
I am having the same challenge right now too. My DataGrid is a custom extension and did try using the protected highlightItemRenderer with a public method I exposed but didnt work for me, even with an invalidateDisplayList and validateNow after setting the poperty. Many web examples do it by