Hi Kevin,
Greetings from Syncfusion support,
Query: Possible for repeat headers on next page in pdf
export
Yes, the column headers can be repeated on subsequent
pages during pdf export. This can be accomplished by enabling the
"repeatHeader" property in the "pdfHeaderQueryCellInfo"
event.
Please see the attached documentation, code example and
sample for more information.
Repeat Column Header : https://ej2.syncfusion.com/aspnetcore/documentation/grid/pdf-export/adding-header-and-footer?cs-save-lang=1&cs-lang=razor#repeat-column-header-on-every-page
[CSHTML]
function pdfHeaderQueryCellInfo(args){
args.cell.row.pdfGrid.repeatHeader=true;
}
|
If you require further assistance, please do not hesitate
to contact us. We are always here to help you.
Regards,
Vikram S.