This is a migrated thread and some comments may be shown as answers.

[Solved] PDF Page Footer sizing

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 08 Jul 2013, 05:18 PM
I am exporting PDF from the RadGrid and I am displaying an image in the PageFooter. Because equal size is given to the LeftCell, MiddleCell and RightCell, my image is too small.

                radGrid1.ExportSettings.Pdf.PageFooter.MiddleCell.Text = "<img src=\"images/legend.jpg\"/>";
                radGrid1.ExportSettings.Pdf.PageFooter.MiddleCell.TextAlign = GridPdfPageHeaderFooterCell.CellTextAlign.Center;

Is there a way that I can use the space allocated for the LeftCell and the Middle cell for my one cell?  That would give enough spacde for my image. Any way at all to influence the size of the PageFooter cells?


1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 11 Jul 2013, 12:12 PM
Hello Robert,

I am afraid that merging of the footer and header cells is not supported. Please excuse us for any inconvenience this might have caused you.

Regards,
Kostadin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or