Completed
Last Updated: 01 Jun 2022 13:37 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

3 comments
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.