I have the export to Grid working great, and wondered how this was being done since the export would ultimately be a server side function, being that client-side would not be able to do this due to security reasons, I fired up Fiddler and noticed that the request is sent to: jquerygrid.net /export_server/save-file.php .
This is a great solution for most, I am sure, but I am looking for a little more independence for the application. Can someone help in providing the server side portion in MVC and or php.
And as a suggestion, if an implementation is not already available, an exportcustomdata version that hooks up to a custom server side of ones choosing.
Please let me know if I am off base on this.
Thanks
JND