Unplanned
Last Updated: 06 Sep 2022 12:14 by Sam

Currently, when the "Custom format" button in the Spreadsheet is clicked, the available predefined formats that can be applied to a cell appear as demonstrated in the below screenshot. These predefined options don't change if you set a specific Kendo UI culture. 

It will be a very useful feature to be able to change the predefined custom formats. Also, it will be nice if the custom formats in the Spreadsheet can be set based on the selected Kendo UI culture. 

Unplanned
Last Updated: 25 Feb 2020 15:52 by ADMIN
Created by: Imported User
Comments: 0
Category: Spreadsheet
Type: Feature Request
6
It would be nice to have text orientation support (at least vertical) like in MS Office.
Unplanned
Last Updated: 28 Mar 2022 14:21 by ADMIN

Hi Admin,

 

 I made the DIV where I had the Spreadsheet widget in full screen mode by: document.fullscreenElement.  I have some validations configured in the spreadsheet.  Apparently, in full screen mode, the prompt opens behind it.  Is there a way I can do an "appendTo" to the validation prompt?

Please advise.

Thank you very much.

 

Best Regards,

Jenny

Unplanned
Last Updated: 25 Feb 2020 14:50 by ADMIN
Created by: Ganesan
Comments: 1
Category: Spreadsheet
Type: Feature Request
5
add a double line border single or multiple cell.
Declined
Last Updated: 25 Feb 2020 14:52 by ADMIN
Created by: WT
Comments: 2
Category: Spreadsheet
Type: Feature Request
5
In percent-formatted cells, Excel will place a '%' as the user types. This allows 50% to be entered as '50'.

Steps (excel and kendo):

1. Format a cell as percent

2. Enter 50

Excel shows "50.00%". The actual value is .5

Kendo widget shows "5000.00%". The actual value is 50
Unplanned
Last Updated: 25 Feb 2020 14:54 by ADMIN
Created by: WT
Comments: 0
Category: Spreadsheet
Type: Feature Request
5
Currently only the global culture is used to parse dates. This behavior differs from Excel as I can enter 1/1/19 to parse to 1/1/2019.

I would like the widget to format using the chosen date culture (mm/dd/yyyy), but parse in an optional way, such as mm/dd/yy.
Unplanned
Last Updated: 10 Feb 2021 16:33 by QualiWareUA
When using the bottom right corner of a cell to batch copy values across a range by dragging the corner, an error popup appears if a disabled cell is found inside the range that was dragged into.  It is possible to reproduce this with this demo:

https://demos.telerik.com/kendo-ui/spreadsheet/disabled-cells

1.  Set the quantity column to disabled.

2. Select B3.

3.  Drag the bottom right corner of B3 to D3.

4.  See error: "Destination range contains disabled cells."

There should be an option to allow that to copy into any enabled cells in that range and ignore the disabled ones.
Declined
Last Updated: 25 Feb 2020 14:49 by ADMIN
Created by: Jeffrey
Comments: 1
Category: Spreadsheet
Type: Feature Request
5
Allow additional control over what a user can undo/redo, or a clearer way to control the undo/redo stack.  

Right now, users cannot undo more complex custom logic - i.e. a user deletes the content of a single cell which triggers code for us to clear the content of every cell in that row.  When a user then attempts a single undo via keyboard shortcut, it cannot undo this more complex chain of events.
Completed
Last Updated: 30 Mar 2020 07:11 by ADMIN
Created by: Seuthes
Comments: 2
Category: Spreadsheet
Type: Feature Request
4

It would be great if you would add accessabbility to the spreadsheet as it seems to be the last control without this feature.

Currently the focus gets trapped inside its grid and the user cannot leave the spreadsheet with the TAB key. At least this should be avoided. It would be also better if only the first cell would be focusable and you then could navigate with the arrow keys, as with thousands of cells it is not very comfortable to use the TAB key.

Unplanned
Last Updated: 03 Sep 2019 10:53 by ADMIN
I need some event which gets fired when cell data validation gets failed, with entered what value got entered by the user and cell row and column index.
Unplanned
Last Updated: 21 Jul 2020 07:16 by ADMIN
Created by: Dhruven
Comments: 1
Category: Spreadsheet
Type: Feature Request
4

When I use this formula 

=HYPERLINK("mailto:"&B4&"?subject=“& B5 & “&body=“ & B6,", "test")

in the excel, I am able to click on the link which opens up my mail client with compose new email window and also populates To, Subject and Body of the email from cells B4, B5, B6 respectively.

But currently, HYPERLINK formula does not support "mailto:" functionality in Kendo UI spreadsheet. I would love to see this with kendo UI spreadsheet. 

For more details you can see the discussion on the forums here

Unplanned
Last Updated: 10 Sep 2019 08:55 by ADMIN
Created by: Chris
Comments: 0
Category: Spreadsheet
Type: Feature Request
4
Currently the API does not provide a way to detect when filtering occurs. It would be great if you could add a filter event.
Unplanned
Last Updated: 25 Feb 2020 15:02 by ADMIN
Created by: Geoffrey
Comments: 0
Category: Spreadsheet
Type: Feature Request
4
add indent property to spreadsheet cells to closer match excel
Unplanned
Last Updated: 27 May 2021 07:08 by ADMIN
Currently if I set column border width large, it has multiple problems:

1. it will overlay on columns next to it;
2. when copy the cell with thick border and paste somewhere else, the thick border get copied as well;
3. when select cell with thick border, the border will block part of editor;
Completed
Last Updated: 04 Jun 2020 11:49 by ADMIN
Created by: Chris
Comments: 2
Category: Spreadsheet
Type: Feature Request
4
Additional functionality for:
-- Conditional Formatting -- coloring of cells, for example based upon a value and then be able to import from excel, and export back out.
-- Data Validation (dropdowns).  Also be able to import and export back out.
Declined
Last Updated: 25 Feb 2020 15:07 by ADMIN
Created by: Otto Neff
Comments: 1
Category: Spreadsheet
Type: Feature Request
3
Unplanned
Last Updated: 27 Aug 2024 20:21 by Shivam
Created by: Shivam
Comments: 0
Category: Spreadsheet
Type: Bug Report
3

Bug report

When trying to import an Excel document into the Kendo UI Spreadsheet with a missing/corrupt image reference, the file will not show.

Reproduction of the problem

  1. Import an XLSX file with a corrupted image into the Kendo UI Spreadsheet demo. (See ticket 1661911 for an example document)

Current behavior

The Kendo UI Spreadsheet fails to load the document.

Expected/desired behavior

The Kendo UI Spreadsheet should handle the error and load the Spreadsheet data without the image.

Environment

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 Aug 2019 10:51 by ADMIN
Created by: G.K. Raju
Comments: 0
Category: Spreadsheet
Type: Feature Request
3
Currently there is no suitable event to detect cell styling changes. Such event could be implemented similar to the formatChange event but for the styling changes.
Unplanned
Last Updated: 09 Oct 2019 15:13 by ADMIN
Consider implementing functionality for importing and working with encrypted / password protected Excel files in the SpreadSheet component