Hi,
There is a radgrid to bind the transactions. Account Number and User Information are part of the same page to filter the transactions. I want to export the transactions in csv format. ExportToCsv() works fine. But I need to export the Account and User Information as well. Is there a way to export Account Numbers and User Details which are not in the grid?
Thanks,
Mary.
There is a radgrid to bind the transactions. Account Number and User Information are part of the same page to filter the transactions. I want to export the transactions in csv format. ExportToCsv() works fine. But I need to export the Account and User Information as well. Is there a way to export Account Numbers and User Details which are not in the grid?
Thanks,
Mary.
5 Answers, 1 is accepted
0

t
Top achievements
Rank 1
answered on 22 Jul 2008, 06:57 AM
That issue is interesting for me, too.
Hopefully there is a possibility.
Hopefully there is a possibility.
0
Hi guys,
You may consider adding the Account number and user information as part of the Caption property of the MasterTableView. Thus these details should be added to the exported document.
Kind regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You may consider adding the Account number and user information as part of the Caption property of the MasterTableView. Thus these details should be added to the exported document.
Kind regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Mary
Top achievements
Rank 1
answered on 22 Jul 2008, 08:45 PM
Hi Stephen,
Thank you for your reply.
After defining the Caption property to the MasterTableView, the same is not exported in the document when ExportToCsv() is used. But it works for ExportToExcel().
Can you please tell me how to get the same exported in csv format (ExportToCsv)?
Thanks,
Mary.
Thank you for your reply.
After defining the Caption property to the MasterTableView, the same is not exported in the document when ExportToCsv() is used. But it works for ExportToExcel().
Can you please tell me how to get the same exported in csv format (ExportToCsv)?
Thanks,
Mary.
0
Hello Mary,
Please excuse me if my previous reply was misleading - actually the CSV format (Comma-separated values) does not allow to export the Caption property value since the exported data includes merely column and item data. If you would like to add the extra information to the exported document, consider using the Export to Excel or Word feature of our web grid.
Best regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please excuse me if my previous reply was misleading - actually the CSV format (Comma-separated values) does not allow to export the Caption property value since the exported data includes merely column and item data. If you would like to add the extra information to the exported document, consider using the Export to Excel or Word feature of our web grid.
Best regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Mary
Top achievements
Rank 1
answered on 24 Jul 2008, 12:14 AM
Hello Steven,
Thank you for your prompt response.
Thanks,
Mary.
Thank you for your prompt response.
Thanks,
Mary.