I can able to see the support with Excel and PDF. Please answer. Thanks
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 05 May 2021, 11:09 AM
Hi,
Exporting data to CSV is not supported, but can be achieved via custom logic involving looping through the Grid data, and creating the CSV entries. Afterwards the FileSaver package and its saveAs() function can be used to save the newly created file. Here is an example of the described approach in action:
It is important to note that the purpose of the example is to points the developer in a direction on how the Grid can be exported in formats that are currently not supported. It might need further modification in order to fit the requirements.
You can track, support and comment it as necessary. Meanwhile, any alternative solutions would require custom implementation and logic, similar to the one, demonstrated in the linked demos. Any enhancements or further customizations are in the hands of the developer