[flexcoders] Re: From DataGrid to Clipboard and Excel

2013-01-19 Thread Tony Obermeit
This isn't exactly what you asked about but it's close. I use the method below to copy selected rows to clipboard. In this use I have a tab character to separate the columns, elsewhere I provide the user the choice between tab and comma with a separate dialog. private function

RE: [flexcoders] Re: From DataGrid to Clipboard and Excel

2013-01-19 Thread Mark Fuqua
Very sweet.I don't have a particular use for this right now.but I'll sure be looking for one! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tony Obermeit Sent: Saturday, January 19, 2013 12:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: From