Search code examples
.netasp.net-mvckendo-uikendo-gridtelerik-grid

Generate CSV in memory from Kendo Grid (MVC)


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.


Solution

  • Here is what you are searching for. Basically you can grab the idea and modify it based on your needs.