I'd like to be able to take a kendo grid of data and from that, generate a .csv in memory which I can manipulate and save as I like. So far I've only seen how to export to excel and save directly to disk.
Is there a way to do this? I'm looking specifically for an MVC implementation.
Here is what you are searching for. Basically you can grab the idea and modify it based on your needs.