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
FileDownload, server responds with the data and the right MIME type and
they've got their CSV, no copy and paste or reliance on external code.

On Thu, May 1, 2008 at 2:22 PM, Dominic Pazula <[EMAIL PROTECTED]> wrote:

>   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 [email protected] <flexcoders%40yahoogroups.com>, "Tracy
> Spratt" <[EMAIL PROTECTED]> wrote:
> >
> > There was a thread sometime ago about performance problems with
> large
> > data sets and ExtenalInterface.
> >
> >
> >
> > Why not skip that part. You could generate the HTML in Flex and
> put it
> > on the clipboard directly using System.setClipboard(sHTML);
> >
> >
> >
> > Tracy
> >
> >
>
>  
>

Reply via email to