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
<
thead
>
tr
th
scope
=
"col"
> </
</
protected
void
RadGrid1_PdfExporting(
object
sender, GridPdfExportingArgs e)
{
int
startindex = e.RawHTML.IndexOf(
"<thead>"
);
endindex = e.RawHTML.IndexOf(
"</thead>"
e.RawHTML = e.RawHTML.Substring(0, startindex) + e.RawHTML.Substring(endindex + 8);
}