Does Kendo React grid support export to CSV file format? Does Kendo Grid gives out of the box feature like Export to Excel or do i need to do some custom development regarding the ?
Please let me know
Thanks in Advance
1 Answer, 1 is accepted
-2
Accepted
Stefan
Telerik team
answered on 23 Apr 2020, 02:31 PM
Hello, Ajit,
The KendoReact provide the functionality to export the KendoReact Grid data to excel:
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.
The `react-csv` library exports all the data provided to the data prop of `CSVLink` and `CSVDownload` components and these components have no direct relation to the KendoReact Grid. Therefore, I would suggest checking the data that is provided in the `data` property.
I hope this helps, but please let me know if you have any further questions.