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
I have modified the below code to add my own title row to Excel.
But, as you see in my screen shot, the column filters were added to the title row instead of the actual data row.
How can I have the column filters on the data row?
https://dojo.telerik.com/ekuDetoX/2
I found the solution.
the key is to add this line.
sheet.frozenRows = 2;
https://dojo.telerik.com/ekuDetoX/3
Hello, Michael,
Just a quick note with the documentation API reference:
https://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook/configuration/sheets.frozenrows
Kind Regards, Alex Hajigeorgieva Progress Telerik