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

How can I handle a hyperlink clicked event?

1 Answer 227 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Jordan
Top achievements
Rank 1
Jordan asked on 24 Oct 2018, 10:37 PM

I can't seem to find how I can intercept the hyperlink clicked event from a hyperlink in a cell in a RadSpreadSheet .The RadSpreadSheet is inside a RadRibbonWindow, if that makes a difference.

I've tried doing the following, but it does not work:

public MainWindow()
{
    InitializeComponent();
    this.AddHandler(Hyperlink.ClickEvent, new RoutedEventHandler(HyperlinkClicked));

}

private static void HyperlinkClicked(object sender, RoutedEventArgs e)
{

   // Some code

}

 

What is the correct solution to handle when a hyperlink is clicked?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 29 Oct 2018, 03:41 PM
Hello Jordan,


RadSpreadsheet does not support this functionality. For that reason, I have logged it as a feature request in our feedback portal. I would encourage you to vote as this will increase its priority when we consider our future development plans. You may track its progress following this link Spreadsheet: Add an event that indicates when a hyperlink is clicked. As a small sign of compensation for the inconvenience caused I updated your Telerik points.

Regards,
Martin
Progress Telerik
Get quickly 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
Spreadsheet
Asked by
Jordan
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or