I would like to see a button that would make a request to a server to generate printable reports (PDF, Excel, whatever the server decides).
   What I’d like to see when you click the button to show a dialogbox extremely similar to the search box just the the addition of a drop down box to select the report by name. When people click the get report button. It would send the same filters to the server used for search & sort, and I can generate adhoc reports based on the report name and write the file stream back to client.Â
Essentially I would like the searchbox + the ability to set the url + a dropdown for report names.
without looking I don’t think this feature is too hard, copy and paste of the searchbox generation, add ajax properties, array for report names or a buildselect type. I imagine all of the code is already in jqgrid, just a combo of certain features.
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top