Pending Review
Last Updated: 03 Jul 2025 13:13 by Shawn
Shawn
Created on: 03 Jul 2025 13:13
Category: UI for Blazor
Type: Feature Request
0
Support <TelerikGrid> repeat headers on Print

Since <TelerikGrid> is implemented as two separate <table>s, one for the headers and a second for the grid, it does not show repeated headers on subsequent pages when using the browser's Print feature. 

Due to limitations of the <TelerikGrid> export functionality, I use the browser print function to export PDFs.

I need the table headers to duplicate on subsequent printed and exported pages. 

I wonder if there is a way to duplicate the <thead> info in the second table and suppress its display but enable it for @media Print.

More details in ticket 1691848

0 comments