Does anyone know of any way to exclude certain columns only from CSV when exporting reports to CSV? I have columns to display the sum of some numbers on other formats but i dont want them in the CSV
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 28 Oct 2010, 08:12 AM
Hello Andrew,
The short answer is you cannot. As noted in the Design Considerations for CSV Rendering help article, formatting and layout are ignored, which means that even items with Visible=false would be exported. Our suggestion is to prepare a separate report for the export to CSV or directly get the data from your database in text file without going through the CSV format for this purpose.
Sincerely yours,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items