I have a RadGridView with a frozen first column, so that the user can see that value even when the grid is scrolled horizontally.
I would like to print the grid. If the grid is wide enough that it extends to multiple pages, I would like that first column repeated on the additional pages.
I am using ExportToWorkbook and then RadSpreadsheet.Print to print. I have tried using worksheet.ViewState.FreezePanes on the first column. That doesn't cause the column to repeat when printed.
Is there a way to cause the first column to be repeated when the printout is wider than a single page?