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
RadGrid1.MasterTableView.Columns.FindByUniqueName(
"CourseID").Visible = false;
"CourseIDforPDF").Visible = true;
RadGrid1.MasterTableView.ExportToPdf();
"CourseIDforPDF").Visible = false;
"CourseID").Visible = true; CourseID is the hyperlinkcolumn CourseIDforPDF is the GridBoundColumn oddly it still prints the column header for CourseID but not for CourseIDforPDF ??