[flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread steveroger_flex
I found one thing after doing some experiment with my application. Slow performance is not happen due to column number exceed. It happens after initializing dataprovide of ADG. Renderer will create performance problem with ADG. Renderer handling some graphic (background Font) operation depend

[flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread steveroger_flex
now, I have remove all renderer code of ADG. ADG is displaying data without any formating. But Still its too too slow. Application struck at that point. any idea about this? Steve --- In flexcoders@yahoogroups.com, steveroger_flex steveroger_flex@... wrote: I found one thing after doing

Re: [flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread Alex Harui
Use the profiler to see what is going on. On 8/9/11 6:57 AM, steveroger_flex steveroger_f...@yahoo.com wrote: now, I have remove all renderer code of ADG. ADG is displaying data without any formating. But Still its too too slow. Application struck at that point. any idea about this?

Re: [flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread Rishi Tandon
You mean that using a adg with 20 columns degrade the performance? My question How many adg are u using? What's the no of rows for each adg? Have u used paging? Sent from my iPhone On Aug 9, 2011, at 10:33 PM, Alex Harui aha...@adobe.com wrote: Use the profiler to see what is going on.