11 Answers, 1 is accepted
Please check this how to help article which shows how to export multiple grids to excel: http://docs.telerik.com/kendo-ui/web/grid/how-to/excel/multiple-grid-export
You can export the DOM element that contains your grid. Here is an example which shows how: http://demos.telerik.com/kendo-ui/drawing/export
Regards,
Atanas Korchev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Please check this help article: http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/grid/excel-export#export-all-data
Regards,
Atanas Korchev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

PDF export can work on arbitrary DOM element. Here is a demo which shows how to export multiple Kendo UI widgets: http://demos.telerik.com/kendo-ui/drawing/export
Regards,
Atanas Korchev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Exporting all pages from the grid is something that we're working on, but its not supported out of the box.
I'm attaching a demo based on our latest internal builds that does that.
You'll see each page as its being exported. This is something that we're looking forward to improve by making it a built-in feature.
Regards,
Atanas Korchev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

I've tested the demo and it seems to work. There might be a problem if you're loading the demo from the file system.
Does it work if you host it in a web server?
Regards,
T. Tsonev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

If I understand correctly, you'd like the header to be visible only on the first page. Same for the footer, but on the last page.
This makes sense and we can expose it as an option for the PDF export.
Regards,
T. Tsonev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.