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

Kendo UI Grid to Pdf and excell

3 Answers 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 04 Sep 2013, 11:07 PM
Is there way to export the grid to Pdf or excell?

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 05 Sep 2013, 07:22 AM
Hi Chris,

 We have a few ASP.NET MVC applications which show how to use a third party open source library to implement Excel and PDF export. You can find them here:

 Export Grid to PDF
 Export Grid to Excel

I hope this helps,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mohamed
Top achievements
Rank 1
answered on 10 May 2014, 12:16 PM
Hi 
a have a probleme to export record in  pdf using itextsharp or any library to export pdf  there is my code :
i have two tables for exemple
public class personne{
 public int personneID { get; set; }
        public string Name  { get; set; }
        public string Designation  { get; set; }
public string workexperience  { get; set; }
 
Pulblic int LocationID
                 }
 
the second table :  
   public class Location{
 public int LocationID { get; set; }
        public string Location  { get; set; }
                          } i need to export pdf from all of two tables,not all of recods but with my choise(like edit or delete)  like in this pictures thank you

0
mohamed
Top achievements
Rank 1
answered on 10 May 2014, 12:19 PM
not forgetting how  to add a logo in my pdf 
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
mohamed
Top achievements
Rank 1
Share this question
or