I have hyperlink in column in the RadGrid. When i export the grid to PDF. I could see the hyperlinks even in PDF also.
When i click on link in PDF then it's giving some script error.
My requirement is how to avoid/remove hyperlinks in PDF.
You can using GridBoundColumns with the same text as the hyperlinks which are initially hidden and switch them with the corresponding template columns prior to
the export operation. Review the paragraph 'Exporting GridButtonColumn/GridTemplateColumn/GridHyperLinkColumn data'of the following document for more details: Exporting tips and tricks