Hi. I wanted to color a cell in a grid, if the value (in the cell) meets certain conditions (for example, if the value is negative). So, I added couple of lines of code in the setValue() method of the cellRenderer. This works. However, the problem is that, the setValue() method gets called very frequently.. so, I wanted to add my code to some other method that will be called ONLY when my dataProvider (for the grid) changes. What do I have to do ? Thanks in advance.
Sanjay -- 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/

