Does anyone have any tips or tricks, in general, about optimizing the Flex client for best performance in populating/rendering large datasets in an AdvancedDataGrid?
I'm specifically NOT asking about improving the server-side. I'm trying to understand what the factors are on the Flex client-side that impact how fast data loads/renders into an ADG, when the columns use in-line itemrenderers and/or the columns are added at run-time. Are there any significant difference in performance when comparing different design patterns or ways of generating the datagrid? e.g. does it matter if it generated via pure AS3, or if you use MXML? Is performance the same no matter which design pattern one uses? Assume the data is loading via a RemoteObject call. In my case via a ColdFusion CFC. Any tips, tricks, or links so I can learn more? So, far, in my experience, most of the performance issues come from the server-side, but I may be ignorant on the impact of the design on the Flex side. Thanks, Don

