I am having jquery's jqgrid where in the User can filter the grid data and export the filtered data to excel.
I'm trying to implement in this way. But mine is not a PHP but Grails application. The application will be deployed in Tomcat. How can I write similar thing in GSP/JSP?
Or is there any better way to export the filtered jqgrid to EXCEL?