Hi Mlehya
Thank you for contact Syncfusion support.
We have analyzed your query “Repeat the header on all pages when printing”. We regret to inform that you are not able to customize the record collection for the printing in GridDataControl. You can able to achieve your requirement in SfDataGrid by the property AllowRepeatHeader as True as like provide code sample.
this.dataGrid.PrintSettings.AllowRepeatHeaders = true;
this.dataGrid.ShowPrintPreview(); |
We suggest to use SfDataGrid instead of GridDataControl. SfDataGrid is designed based on the WPF template-based architecture that provides support to customize the Grid easily and fully supports binding. Also the performance will be better when compare to GridDataControl.
Please refer the below link for getting more information about the SfDataGrid
UG Link:
we have created the sample in the SfDataGrid to achieve your requirement and attached the sample for your reference you can download it from the below location.
Regards,
Balamurugan R