[flexcoders] Re: DataGrid and exporting values

2008-05-01 Thread Dominic Pazula
That is a good idea. Actually pushing the data across didn't seem to be the problem. That loop is what was taking forever. I could literally watch the individual cells get added. A couple hundred rows took 10 seconds. Of course I could always be missing something... Thanks --- In

Re: [flexcoders] Re: DataGrid and exporting values

2008-05-01 Thread Daniel Gold
Is the server round trip a huge problem? I have a loopback CSV servlet that I hit quite often in our application. Most of our datagrids are subclassed and have an Export CSV button at the bottom. Simple function to convert all the rows to CSV and send it the server as a parameter to a