This is a migrated thread and some comments may be shown as answers.

RadGrid Export to PDF

2 Answers 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ban
Top achievements
Rank 1
Ban asked on 30 Jan 2009, 04:32 PM
Hi,
I am using Export to PDF from RadGrid, I need to decorate my data in the PDF file, I could change font color and some other simple stuff I need to know more changes I can do and how can I do it and especially Cell Borders ..
Second Thing , Can I add additional data to my PDF or Word or Excel Sheet ? not only the Grid data but more data I need to put on my output file ..
Can you help me please with this ..
Thanks

Ban

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Feb 2009, 07:08 AM
Hi Ban,

I hope the following help article will give you a good start.
Exporting tips and tricks

If you would like to inject some extra information to the exported file (such as the date of the exported document or some other details), consider using the Caption property of the master table or the detail table (when exporting grid hierarchy).

Note that this property is meaningful for export to Excel/Word. For PDF export you will need to set ExportSettings -> ExportOnlyData = false, define CommandItemTemplate for this purpose and include these details as part of its content, for example:

ASPX:
 <telerik:RadGrid id="RadGrid1" runat="server" ....> 
 <MasterTableView> 
  <CommandItemTemplate> 
     [Add your details here] 
  </CommandItemTemplate> 
 </MasterTableView> 
</telerik:RadGrid>  



Thanks
Shinu
0
yasmin Ahmad
Top achievements
Rank 2
answered on 13 Jun 2019, 01:38 PM

Dear All ,,

 

I jiust need to add one cell in the bottom of grid as a total of one column data inside the same grid and i need this new cel to be converted to pdf with the grid data .

I will appreciate any help 

Tags
Grid
Asked by
Ban
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
yasmin Ahmad
Top achievements
Rank 2
Share this question
or