Completed
Last Updated: 04 Dec 2023 14:35 by ADMIN
George
Created on: 24 Nov 2023 12:53
Category: Spreadsheet
Type: Bug Report
0
Cannot click on hyperlink in Spreadsheet cells when there is filtering defined for the sheet

Bug report

When the sheets.filter property of the Spreadsheet is configured and there is a hyperlink in a cell, the hyperlink is not clickable and cannot be accessed.

Regression introduced with 2022.1.119

Reproduction of the problem

  1. Open the following Dojo example - https://dojo.telerik.com/@Zornitsa/aWugOqiw
  2. Try to click on the hyperlink in the 'Terry Lawson' cell.

Current behavior

The hyperlink cannot be clicked.

Expected/desired behavior

The hyperlink should be clickable.

 

Workaround

As a workaround, you can add the following style:

 .k-spreadsheet-data{
   z-index: 100;
}

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
0 comments