Unplanned
Last Updated: 26 Feb 2025 14:36 by Faraz

Bug report

Data validation should not require DATEVALUE("") in Start and End inputs when `Date` is selected

Reproduction of the problem

https://demos.telerik.com/kendo-ui/spreadsheet/index

1. Select an empty cell
2. Click Data validation
3. Set Start: DATEVALUE("1/1/2024") and End: DATEVALUE("2/2/2025")
4. Automatic Hint message looks like: between DATEVALUE("1/1/2024") and End: DATEVALUE("2/2/2025")

Expected
Generated hint message shall not contain DATEVALUE("")


Environment
**Kendo UI version: [all]
**Browser: [all]

Unplanned
Last Updated: 10 Mar 2025 12:23 by Sumit

Bug report

When there is a filter applied in Excel file and the file is imported in the Spreadsheet only the first row is visible. The issue occur when the filtered column is a numeric column.

Reproduction of the problem

  1. Open the Demos - https://demos.telerik.com/kendo-ui/spreadsheet/index
  2. Import the file

Book1.xlsx

Current behavior

Only the filter row is visible. The filter result data rows are hidden:

Image

Expected/desired behavior

All rows with filtered results should be visible. Example:

Image

The issue is a regression starting with 2024.4.1112 release

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all ]
Completed
Last Updated: 15 May 2025 14:39 by ADMIN
Release 2025 Q2 (May)

Bug report

In a Spreadsheet that has a scrollable Sheetbar, clicking the arrow icons to scroll the sheets refreshes the page.

Regression introduced with 2024.4.1112

Workaround - https://dojo.telerik.com/IVcuYtjD/5

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ZXBKGnNe
  2. Click on the arrow buttons to scroll the sheets

Current behavior

The page refreshes

Expected behavior

The page shouldn't refresh

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 30 Apr 2025 14:15 by Mohd
Created by: Mohd
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug Description

When cell with border is cut in the Spreadsheet, the border is also removed from the next cells.

Steps to Reproduce

  1. Open the Dojo - https://dojo.telerik.com/miEJlUWH
  2. Cut cell B2 using Ctrl +X

Expected Behavior

The cell A2 should have a right border, cell C2 should have a left border, etc...

Actual Behavior

The next cells borders are cut as well

Image

Environment

  • Kendo UI version: 2025.1.227
Unplanned
Last Updated: 13 May 2025 11:27 by Josh

Bug Description

When you add a filter to a column on the spreadsheet component, only the down arrow icon part of the filter button is clickable, not the entire button.

Steps to Reproduce

  1. Open the Dojo - https://dojo.telerik.com/dmrXJIdC
  2. Try to click on the filter buttons (.k-spreadsheet-filter)

Expected Behavior

The filter menu is not opened unless we click on the icon.

Actual Behavior

The filter menu should open when the button is clicked.


Unplanned
Last Updated: 09 Jun 2025 12:59 by ADMIN

Using a datasource on a sheet

Selecting entire sheet and clicking the filter in the data toolbar tab.

The buttons for the columns do not respect the size of rowHeight or headerHeight

Set rowHeight to 20 and i get this 

 

Need More Info
Last Updated: 06 Jun 2025 16:18 by ADMIN

We are using a sheet with a datasource

if the user only selects one column and then sorts it only sorts the data in that column and mixes the rows data. 

 

Suggestion: the filter button should act like the Excel filter button where it auto selects the entire sheet before applying the filter.

Maybe only when using a datasource?