In my current project, when a cell in a datagrid is clicked I am trying to show the cell is selected. There is a very good example posted at http://www.returnundefined.com/2007/11/cellulardatagrid-for- flex-2/(with an example and source codes) that I followed. The problem that I am currently having is that as soon as you scroll up/down, the selected cell is now another cell randomly. I suspect that this has to do with cell rendering being recycled? Anyone has suggestions/comments on how to fix this? Thanks.

