Hello, I have several treegrids generated by customer actions on my report page, when the customer clicks the send the report button, I want to get all the treegrids data and combine them in html format and send out with email. I have go through the API document, seems there is only way to export the whole data to html file. May you help to check if there are some methods to get the whole grid data in html string or elements, not files. I want to combine several tables in one email.
Another question, when I use the exportData method, it is need to call http://jquerygrid.net/export_server/save-file.php, but sometimes I cannot connect to the url since I am in China. Do you have other local method to do this export?
Thanks so much!
BR/Eric