Completed
Last Updated: 14 Jan 2026 14:14 by ADMIN
Release R2 2022 SP1
Roger
Created on: 31 Jul 2019 18:08
Category: GridView
Type: Feature Request
4
RadGridView: Export Excel Hyperlink

I might be missing something, but I have Hyperlinks in a column in my RadDatGridView.

 

I tried searching for a Support document explaining this, but didn't find any.

 

When the grid is exported to excel all data is coming across, but the column with hyperlink is not

a hyperlink in Excel.

 

Below is sample of the code used to make the "HyperLink" column in my grid.

                radGridView1.DataSource = dtResults;
                radGridView1.Columns.Remove("Path");
                GridViewHyperlinkColumn col = new GridViewHyperlinkColumn();
                radGridView1.Columns.Insert(5, col);
                col.Width = 200;
                col.FieldName = "Path";
                col.HeaderText = "Path";
                col.Name = "Path";

 

Coded used to do the Export....

               GridViewSpreadExport spreadExporter = new GridViewSpreadExport(this.radGridView1);
                spreadExporter.ExportVisualSettings = true;
                SpreadExportRenderer exportRenderer = new SpreadExportRenderer();

                spreadExporter.RunExport(filename, exportRenderer);

 

Thanks.

 

Roger

5 comments
ADMIN
Nadya | Tech Support Engineer
Posted on: 14 Jan 2026 14:14

Hello, Roger,

I have good news. Upon checking the feedback item, its status is already "Completed" which means this feature is available. The feature was introduced in our Q2 2022 SP1 release. Feel free to upgrade to this version or newer to benefit from the new improvement. The latest available version in Q4 2025 (2025.4.1111).

Please let me know if you have any other questions.

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Roger
Posted on: 14 Jan 2026 13:54
Has there been any progress on this item:   Exporting Hyperlinks from RadGridView in the GridViewSpreadExport?
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 25 Aug 2021 07:54

Hi, Mohammed,

As the status of the feedback ("Unplanned") indicates, the feature hasn't been implemented yet. Please make sure that you cast your vote for this feature in order to increase its priority. The more votes an item gathers, the higher its priority becomes.

Please click the Follow button in order to get notified once any status changes occur.

Regards,

Dess | Tech Support Engineer, Principal

Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Mohammed
Posted on: 25 Aug 2021 06:42
Has this feature been implemented or not yet?
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 02 Aug 2019 14:04
Hello, Roger, 

GridViewSpreadExport stores the cell's value when exporting the data inside a GridViewHyperlinkColumn. However, it sounds a reasonable request to export it as hyperlink values. This will require adding a new export type for the data columns in RadGridView.

I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

I hope this information helps. If you need any further assistance please don't hesitate to contact me.


Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.