6/7/2011 11:19:17 PM
Title:
3000 columns export
i want to export data in flex3 with 3000 columns which method is support this requirement can any one please help me?
6/8/2011 9:47:59 PM
you can export your data in xml format as string and send it to server using the post request. Or you can send the data in the coma separated array as string to server using post.
6/8/2011 10:04:41 PM
are you exposting data from Datagrid ? If its dataprovider is array you can convert it to string and send it to server . there you can again convert it to array if required