Unplanned
Last Updated: 03 Oct 2023 04:55 by Indika Samarasekara (Manager - IT Infrastructure)
Created by: Indika Samarasekara (Manager - IT Infrastructure)
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug report

When the scale and layout setting of the machine is different than 100% the keyboard navigation does not work properly. The issue occurs with different scales on each machine. For example, on some machines, it could work with all scales, but on others, it may not work with a scale of 125% or 175%, even if this is the recommended value.

Reproduction of the problem

  1. Open the demos - https://demos.telerik.com/kendo-ui/spreadsheet/keyboard-navigation
  2. Set a scale different than 100% to the computer
    image

Note, that you may need to test with different scales to manage to replicate the issue.

  1. Using the arrow keys navigate to the last column of the Spreadsheet (AX)
  2. Go to the previous column (AW)
  3. Try to move up/down/left/right

Current behavior

The navigation does not work. The cell selection does not work or goes to a wrong cell.

https://somup.com/c06nQJBFmV

Expected/desired behavior

The Spreadsheet navigation should work with all screen scales.

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all ]
Unplanned
Last Updated: 27 Sep 2023 12:30 by Pravin

Bug report

Dropdownlist editor remains visible on scroll of the Scheduler

Reproduction of the problem

Dojo: https://dojo.telerik.com/iLusiHAm

Open the DropsDownList editor in B2 cell 

Scroll down the sceduler

Expected/desired behavior
DropsDownList editor shall close

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

Unplanned
Last Updated: 22 Sep 2023 15:59 by Mohd
Created by: Mohd
Comments: 0
Category: Spreadsheet
Type: Feature Request
2

Hi Team,

I would like to request the functionality to be able support multiple languages for the Excel file.  It would be great if there was a way to make the file content automatically change to a specific language. 

For example, if we could use a collection of <English key, French strings> of a selected language e.g. French, and all Excel text strings matching with the English key would convert to the French text.

Thank you!

Unplanned
Last Updated: 21 Sep 2023 12:34 by Pravin

Bug report

When exporting a Spreadsheet with a set background to a PDF file, some of its borders are not displayed.

Reproduction of the problem

  1. Open the following Dojo example - https://dojo.telerik.com/IZUhIDeV
  2. Export the Spreadsheet to PDF

Current behavior

Some borders of the Spreadsheet are missing in the exported PDF file.

Expected/desired behavior

All borders of the Spreadsheet should be displayed in the PDF file.

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Unplanned
Last Updated: 12 Sep 2023 13:53 by Pravin
Created by: Pravin
Comments: 0
Category: Spreadsheet
Type: Feature Request
3

Hi Team,

I would like to request a way to include commas for the sheets.rows.cells.validation.from values.

For example:

  • 1st
  • 2nd
  • Combine 1st, and 2nd

Instead of:

  • 1st
  • 2nd
  • Combine 1st
  • and 2nd

Additionally, it would be nice to be able to use another delimiter instead of commas. 

Thank you!

  
Unplanned
Last Updated: 05 Sep 2023 12:38 by ADMIN
Cell Highlight is getting Overlapped to the top and left cell of the current editing cell when "Freeze Panes" has been enabled. Working and Overlapping versions have been provided as Screenshots replicated in the Kendo UI Demo Page.
Unplanned
Last Updated: 28 Aug 2023 07:48 by Steven

Bug report

If you copy a cell whose text contains multiple spaces from one Spreadsheet and try to paste it in another, the multiple spaces are lost

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ExaliBOc/6
  2. Copy the Content of B1 cell from the first Spreadsheet.
  3. Paste it in the second Spreadsheet.

Current behavior

The pasted content contains only one spaces instead of three, as in the original cell content

Expected/desired behavior

All the spaces should be preserved when pasting in another Spreadsheet.

Environment

  • Kendo UI version: 2023.1.425
  • Browser: [all]
Unplanned
Last Updated: 18 Jul 2023 09:15 by Naveen

Bug report

YEAR, MONTH and DATE functions do not return the same value on a black cell as in MS Excel

Reproduction of the problem

Apply the Year, Month or Date functions on any blank cell, it returns #VALUE!, where as Excel returns the respective value. 

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

Unplanned
Last Updated: 27 Apr 2023 09:33 by EK

Bug report

In the Spreadsheet, if you freeze too many columns and then try to export to Excel, the file is corrupted.

If you reduce the number of columns in the example below, the issue does not occur.

Reproduction of the problem

  1. Open this example
  2. Click the frozen rows button
  3. Click the Export to Excel button

Current behavior

The exported file is corrupted and cannot be opened

Expected/desired behavior

The file should not be corrupted

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [all]
Unplanned
Last Updated: 21 Apr 2023 06:59 by ADMIN

Related to this ticket View Ticket | Your Account (telerik.com) (id: 1605513)

Basically, when all the rows fit in the viewport, the horizontal scrollbar should be entirely hidden instead of always visible.

 

 
Unplanned
Last Updated: 07 Apr 2023 13:25 by George
Created by: George
Comments: 0
Category: Spreadsheet
Type: Bug Report
1

Bug report

In Firefox with Windows 11, the Spreadsheet cannot be scrolled using the scrollbars.

Reproduction of the problem

  1. Open the Overview demo in Firefox on a machine that uses Windows 11
  2. Try to scroll vertically or horizontally.

Current behavior

The Spreadsheet cannot be scrolled through the scrollbars

Expected/desired behavior

The Spreadsheet should be scrolled through the scrollbars

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [Firefox + Windows 11]
Unplanned
Last Updated: 30 Mar 2023 11:48 by n/a

I have a column of a string type, but I would like to have a validation list such as ['1', '2', '3', '4', '5']. However, even after setting the format to '@' and the schema column to type: "string", after saving the values, the cells are marked as invalid, as the column is of type string and the values in the validation.from the list are numbers. Thus, the validation marks the values as invalid. Here is a Dojo that demonstrates the issue - in the Dojo after selecting a value in column C and saving the changes the value is marked as invalid

I would like the validation.from option to be improved, to have the possibility to set the type of values in the validation.from a list and have digits in a string column to be considered a valid value. Such improvement could be also helpful in scenarios where boolean true/false values should be considered as strings.

Unplanned
Last Updated: 08 Mar 2023 08:16 by ADMIN
Created by: Sooty
Comments: 3
Category: Spreadsheet
Type: Bug Report
0

To whom it may concern,

I am having a problem with the AGGREGATE function in the spreadsheet control. Cell H7 does not give me a value.

I have attached a dojo saved file, the tutorial documentation I was following (please see pages 4 & 5), a screenshot of the function in dojo and an excel file with the aggregate function working.

Thank you advance.

Unplanned
Last Updated: 02 Mar 2023 14:49 by Peili

Bug report

Spreadsheet: Improper copy paste to Excel when merged cells are present and one column in the merged cells range is hidden. If the column containing the first merged cell is hidden all the rows on that row will be shifted to the left.

Reproduction of the problem

  • Run the following Dojo;
  • Select Range A1:D3 (note that column B is hidden)
  • Press Ctrl + C;
  • In Excel workbook press Ctrl + P;

Current behaviour

After pasting, the merged cell consists of 4 cells, as expected, but the cell data is shifted to the left and the hidden column contains the cell data of the next column

Expected/desired behavior

The cells after the merged cell should not be shifted.

Environment

  • Kendo UI version: 2023.1.117
  • Browser: [all ]
Unplanned
Last Updated: 28 Feb 2023 13:34 by Chanaka
Created by: Chanaka
Comments: 0
Category: Spreadsheet
Type: Feature Request
3

Hi Team,

I would like to request the Kendo UI Spreadsheet to have CSP support.

Thank you for the consideration!

Unplanned
Last Updated: 22 Feb 2023 14:55 by Chris
Created by: Martin
Comments: 9
Category: Spreadsheet
Type: Feature Request
40
Ability for spreadsheet row height to be auto set from the row contents. This is to support wrapped text.
Unplanned
Last Updated: 15 Dec 2022 09:39 by ADMIN
Created by: Daniel
Comments: 1
Category: Spreadsheet
Type: Feature Request
1

Has anyone at Kendo ever thought of putting an OnBlur event on a Spreadsheet Cell. The purpose of the event (at least in my case) would be to cancel navigation to another cell. The Change and Changing events are close, but from what I can tell there is no way to cancel the navigation when either of these events fire. If you navigate to another cell and the data has changed, the Changing event fires before the Select event, but there is no way to stop the select event from firing once the Changing even is complete. I tried using Select from with the Changing event to set navigate back to the same cell, but there is currently an open bug in respect to that, as it does not navigate properly.

To hopefully state it more clearly, It would be nice if the Spreadsheet cell had an OnBlur Event that allows you to cancel navigation and remain in the same cell. Ideally it would word for all forms of navigation. Mouse Click on new cell or Scroll with Arrows.

Unplanned
Last Updated: 11 Nov 2022 15:30 by Jyothi
Created by: Jyothi
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

When cells of the Spreadsheet that contain data are merged data loss occurs.

To prevent inappropriate merges we need to be able to handle an Merge/Unmerge event of the Component that should be preventable.

Thank you.

Unplanned
Last Updated: 09 Nov 2022 08:31 by ADMIN

Bug report

When the select() method is used in the Spreadsheet changing event wrong cell is selected.

Reproduction of the problem

  1. Open the dojo example
  2. Select a different cell, change its value, and press Enter

Current behavior

Changing event is fired, but the 'B3' cell is selected instead of the 'B2'

Expected/desired behavior

The correct cell should be selected when using the select method inside the Spreadsheet event handlers.

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all ]
Unplanned
Last Updated: 01 Nov 2022 07:40 by ADMIN
Created by: Cheng Mun
Comments: 1
Category: Spreadsheet
Type: Feature Request
2

Hi Support Team,

Would like to have a feature below:

  • To allow right-click along row and column headings to insert rows and columns.