This question is locked. New answers and comments are not allowed.
I have a grid that uses server binding and I have an ActionResult that exports the results to a file. This works well when the grid is not filtered, but I'd like to also allow a user to export the filtered results from the grid. I've seen plenty of documentation on exporting results from a grid that uses Ajax binding, but I have yet to see anything that shines a light on how to export results from a grid that uses server binding. Is it possible? If so, can someone help me understand the general idea?