Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
protected
void
RadGrid1_PdfExporting(
object
source, GridPdfExportingArgs e)
{
string
tableWrapper =
"<table style='width:100%; padding-bottom: 70px;'><colgroup><col /></colgroup><tr><td style='text-align: center'>{0}</td></tr></table>"
;
link =
"<a href='http://www.google.com' style='text-align: center; width: 100%'>Google</a>"
e.RawHTML = String.Format(tableWrapper, link) + e.RawHTML;
}