Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Found the answer here:
https://docs.telerik.com/kendo-ui/knowledge-base/grid-export-pdf-without-toolbar-pager
Use CSS to hide the column menu.
.k-pdf-export .k-header-column-menu { display:none; }
Hi Jeff,
Thank you for sharing the solution with the community, it is greatly appreciated.