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

Export to excel kendo Grid in button click event

10 Answers 1028 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Muthu
Top achievements
Rank 1
Muthu asked on 11 Oct 2012, 05:00 AM
how can i Export  to excel kendo Grid in button click event.Thanks

10 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 11 Oct 2012, 07:31 PM
Hello Muthu,

I am afraid that exporting to Excel is out of scope of the Kendo UI supported features and in order to achieve it a custom implementation is needed. We have a code library sample written for MVC application which illustrates how to export grid to Excel - it might be of help.

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Muthu
Top achievements
Rank 1
answered on 12 Oct 2012, 03:08 AM
Thanks for Reply. Is there anyway to add/change parameters  datasourcerequest object in jquery ? is possible then i can achieve my requirement.
0
vamshi
Top achievements
Rank 1
answered on 19 Oct 2012, 03:58 PM
Is there an approach to Export grid to Excel in Kendo UI.if not can you suggest any alternate way to acheve this.
0
Ronald Palizzi
Top achievements
Rank 1
answered on 31 Oct 2012, 09:33 PM
I downloaded and extracted this project and it would not load saying "The project type is not supported by this installation."
0
Andrew
Top achievements
Rank 1
answered on 21 Nov 2012, 11:05 AM
Ronald, 
I had the same issue that the project would not open in 2010. I dragged the solution file to VS 2012 and it opened OK there.
0
Eric
Top achievements
Rank 1
answered on 08 Mar 2013, 03:51 PM
hello ppl,

I am facing the same issue, can anyone please share some insight?

Thanks!

0
Sebastian
Telerik team
answered on 11 Mar 2013, 12:24 PM
Hello all,

As Andrew discovered, this sample project is built for VS 2012. If you want to test it in VS 2010, create a blank solution there and add the necessary project files to your new solution.

Regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tim
Top achievements
Rank 1
answered on 11 Mar 2013, 08:51 PM
Use this:


http://www.aspnetwiki.com/page:kendo-ui-grid-export-excel


It works fine.
0
Mohan
Top achievements
Rank 1
answered on 31 May 2013, 10:02 PM
The link provided by Kori does not work,...
0
Mohan
Top achievements
Rank 1
answered on 19 Jul 2013, 01:14 PM
The Grid extensions for Kendo UI Grid Excel Export Javascript functions  work good,, however after we deployed the Excel extension code to production, we found that some of our users were not able to even view the landing page where the grid resided in IE - 8.   I am struggling to get around this issue. 

It complained about "SCRIPT1028: Expected identifier, string or number "  and blank screen at the following line...

Please help...

........... 
           filterable: true
                } 
            ],
            export: {
                cssClass: "k-grid-export-image",
                title:  title  + "-" +  customerno , 
                createUrl: "/ExecutiveDashBoard/Home/ExportToExcel",
                downloadUrl: "/ExecutiveDashBoard/Home/GetExcelFile"
            },
            change: ontrafficMongridChange 
            //dataBound: ontrafficMonGridDatabound
Tags
Grid
Asked by
Muthu
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Muthu
Top achievements
Rank 1
vamshi
Top achievements
Rank 1
Ronald Palizzi
Top achievements
Rank 1
Andrew
Top achievements
Rank 1
Eric
Top achievements
Rank 1
Sebastian
Telerik team
Tim
Top achievements
Rank 1
Mohan
Top achievements
Rank 1
Share this question
or