Hi,
Not currently, but I just pushed a small new feature that should help. It will be available in the next internal build.
During PDF export, the toplevel DOM element will get the CSS class "k-pdf-export", and thus you can use plain CSS to exclude elements of your choice. For example to exclude the grid toolbar and group header you would add this CSS to your page:
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-grouping-header {
display: none;
}
You can use the DOM Inspector to figure out the classes of the elements that you want to exclude.
Again, you will be able to use this feature after downloading the next internal build. We normally release builds on Fridays.
Regards,
Mihai
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!