This is a migrated thread and some comments may be shown as answers.

GridViewHyperlinkColumn No Longer Works In Telerik WPF .NET Core Assemblies

1 Answer 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 13 Dec 2019, 12:39 AM
Hi Team

I am in the process of migrating our WPF App from using .NET Framework 4.7.2 to .NET Core 3.1.

Migrating From :
 - Telerik UI for WPF .NET Framework NoXaml Binaries (Version R3 2019 SP1)
 - .NET Framework 4.7.2

Migrating To :
 - Telerik UI for WPF .NET Core NoXaml Binaries (Version R3 2019 SP1)
 - .NET Core 3.1

All has gone well to far with very little code change, however we have noticed a breaking changed between the Telerik .NET Framework assemblies and the Telerik .NET Core assemblies.

It appears that when users click on a GridViewHyperlinkColumn within a RadGridView, the hyperlink no longer follows through to open up the url in the default web browser as it did before. This can be demonstrated in a very simple example.

<telerik:RadGridView.Columns>
    <telerik:GridViewDataColumn Header="Title" UniqueName="Title" DataMemberBinding="{Binding Title}" Width="Auto"/>
    <telerik:GridViewHyperlinkColumn Header="Website" UniqueName="Website" DataMemberBinding="{Binding Website}" Width="*"/>
</telerik:RadGridView.Columns>

Please can this be investigated.

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 17 Dec 2019, 01:10 PM

Hello Dean,

Thank you for the provided information. 

I was able to replicate the described behavior on my end and I have logged it in our feedback portal, where you can track its progress: GridView: GridViewHyperlinkColumn does not navigate to hyperlink in .Net Core. I have also updated your telerik points as a thank you for bringing this to our attention.

Don't hesitate to contact us again, if you have any other questions or concerns.

Regards,
Vladimir Stoyanov
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.
Tags
GridView
Asked by
Dean
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or