0

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?

Community
  • 1
  • 1
jai
  • 21,519
  • 31
  • 89
  • 120

1 Answers1

0

You could use the export plugin in Grails. Refer: http://www.grails.org/plugin/export

MAlex
  • 1,234
  • 2
  • 16
  • 29