The ability to export a grid to excel has been a great addition, we would like the ability to export in CSV and XML also.
Hi Kent,
This feature is still not available in Kendo UI Grid for jQuery. Please refer to the following item that targets the jQuery suite:
Below I am posting a forum post where another user has shared an approach using JavaScript. This gives an idea of how exporting to CSV can be implemented:
Regards, Nikolay Progress Telerik
Тhe web is about to get a bit better!
The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.
+1 for export to CSV for Kendo UI Jquery
+1 for export to csv
Yes please. I have this current need now to export data to csv for a Kendo Grid in AspNet Core
Server export to CSV is supported since R3 2016 - http://demos.telerik.com/aspnet-mvc/grid/server-export
+1 for xml export
This would be really helpful in leveraging end users a better functionality.
There are multiple legacy applications which have import / export to xml functionality. Please add this functionality.
The ability to export to .csv would be a very helpful addition. Please consider adding that functionality.
Any one export Kendo grid data to csv & XML format?
Export to CSV functionality required in a grid view
surely this is a server function? or maybe have some js read the model in to a csv string? Hmm interesting.