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
Hi All,
I'm a beginner in kendo UI and i want to implement two export buttons ( excel and pdf) on my grid. Can someone help me?
Best regards
Hi all,
i finally found how to do it just by setting this properties on my grid
toolbar: ["excel","pdf"], excel: { fileName: "Kendo UI Grid Export.xlsx", allPages: true }, pdf: { fileName: "Kendo UI Grid Export.pdf", allPages: true }