Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1725
Is there a way to output column headers once per page in the UltraGridDocumentExporter
posted

I have a grid that consists of 1 band (multiple bands actually but only one is visible) that lists a persons name in one column and a nick name in a second column. 

What I'm trying to do is to export the grid to a PDF where I only list the column headers one time per page instead of once per row.

I've looked at the various options for the grid band HeaderPlacement property but none of them sound like they give me what I want which is something similar to a MS Word table "Repeat header" as in

HEADER 1                HEADER 2

item a                      item b
item c                      item d
item e                      item f
...
__________________________________ PAGE BREAK

HEADER 1               HEADER 2
etc.....

 Is there a property that I'm just missing here.