Re: [Spam] [flexcoders] Re: Memory leak with Data Grid and Item Renderers

2009-11-09 Thread Nick Middleweek
Hi, There doesn't seem to be a removeAllChildren() method of the Advanced Data Grid. Also, when I test test the numChildren property it only gives me 4 but I've got a renderer (child) for each of the 9 columns over 20 rows = 180... I've just found a rendererArray which is an Array of Arrays for

[Spam] [flexcoders] Re: Memory leak with Data Grid and Item Renderers

2009-11-09 Thread valdhor
Sorry, you are correct. I believe you need to manipulate the columns array. This array holds an AdvancedDataGridColumn reference for each column. Set this to a new array containing the new columns. --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi, There doesn't seem