Completed
Last Updated: 21 May 2019 10:46 by ADMIN
Created by: Imported User
Comments: 9
Category: Spreadsheet
Type: Feature Request
63
Currently the API is very much limited to what is possible in the frontend in my opinion. It would be great if you could add events like:
- A cell/range was selected
- A cell was cut/pasted/copied
- The context menu was initialized
- A row/column was added
- A row was added/deleted/hidden
- A cell's content was modified
...
...
Completed
Last Updated: 21 Oct 2016 05:26 by James
Created by: Otto Neff
Comments: 12
Category: Spreadsheet
Type: Feature Request
59
Set default Cell Types like Date(Time)Picker, Checkbox, 
SimpleCombo, Autocomplete or own Custom Editor (see other Feedback suggestion)
Completed
Last Updated: 22 Jul 2019 13:44 by ADMIN
I know that Kendo Spreadsheet works like most popular Spreadsheets (Excel and Google Spreadsheet) where, if you copy or drag and paste values from cells, you will copy also the styles, validations, etc from that cell to the new one (unless you select "paste values only" in a context menu or ctrl + shift + v). 

It would be awesome if we can set how this works by configuring a property in the Spreadsheet configuration, something like pasteValuesOnly: false/true or even more complex with an object where you can choose if paste values, validations, formulas, styles or whatever. Also you could attach this functionalities to a context menu (as Google Spreadsheet does) and be able to paste everything, values only, format only, formulas or data validation.
Completed
Last Updated: 06 Jul 2022 11:37 by ADMIN
Release 2020.R2.SP.next
Created by: Imported User
Comments: 8
Category: Spreadsheet
Type: Feature Request
44
It would be great if you could put images to cells using html. E.g.: <img src="..."> would result in an image in the cell.
Completed
Last Updated: 27 May 2019 10:16 by ADMIN
Created by: Jati
Comments: 0
Category: Spreadsheet
Type: Feature Request
38
For KendoUI Spreadsheet, it should have the ability to add images or logo into the spreadsheet. This feature is already available in Handsontable component.
Completed
Last Updated: 12 May 2022 12:26 by ADMIN
Release 2022.R1.SP2
Created by: David M
Comments: 7
Category: Spreadsheet
Type: Feature Request
35
Use case:
My app doesn't know how many rows of data the excel spreadsheet will be prior to upload.  I've defaulted to my maximum amount of 10,000 which will be normal for some, but overkill for others.  The ability to change the number of rows/columns to accommodate the size of the sheet after loading, would be a nice addition.  

As a workaround, I'm destroying and reloading the widget instance after the initial load.
Completed
Last Updated: 27 May 2019 10:18 by ADMIN
Completed
Last Updated: 14 Feb 2020 14:44 by ADMIN
Created by: Otto Neff
Comments: 5
Category: Spreadsheet
Type: Feature Request
14
Define by Settings or via API Calls custom context Menu for any Cell,
like change current by Event BeforeContextMenu(ref ContextMenuElement)
Completed
Last Updated: 05 Oct 2016 12:09 by ADMIN
Created by: Otto Neff
Comments: 2
Category: Spreadsheet
Type: Feature Request
12
Hide or disable Icons, Panes / Functions in the Toolbar
Completed
Last Updated: 25 Feb 2020 14:13 by ADMIN
Created by: Imported User
Comments: 1
Category: Spreadsheet
Type: Feature Request
11
On excel, you can filter merged rows. On the kendo spreadsheet widget, filtering on merged rows is not possible. It would be a very useful feature for us. 

Also worth noting is that if you convert an excel file to JSON using Telerik RadSpreadProcessing, and load the kendo widget with the JSON, the widget displays a filter icon but clicking it loads a non-functioning filter. Wouldn't it make more sense to load with a message along the lines of 'You loaded a spreadsheet with filters applied to merged rows, which is not supported in this widget'. Otherwise it's quite confusing to our users.
Completed
Last Updated: 05 Jul 2021 09:53 by ADMIN
Release 2021.R1.SP1
Enable Cut/Copy cell values and can Paste it in mutiple selected values
Completed
Last Updated: 27 Oct 2020 14:22 by ADMIN
Created by: Naveen
Comments: 3
Category: Spreadsheet
Type: Bug Report
8

Dear Concerned,

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

2. Select Column B11, click wrap text from Home toolbar.

3. Start typing in B11 & see cell editor keeps growing and goes beyond screen.

4. This is not user friendly, it should be same as Excel

5. Any alternative or quick fix would be appreciable

Completed
Last Updated: 06 Dec 2022 11:39 by ADMIN
Created by: Naveen
Comments: 0
Category: Spreadsheet
Type: Bug Report
7
1. Open https://dojo.telerik.com/IjasAbeC/3

2. Background color and text color buttons are initialized as a group. These buttons are not working if we put them in a group

3. If we keep them separate, outside group, the buttons work as expected.
Completed
Last Updated: 16 Jun 2022 13:05 by ADMIN
Release 2022.R2
Created by: Naveen
Comments: 0
Category: Spreadsheet
Type: Bug Report
7
Dear Concerned,

1. Open https://dojo.telerik.com/IjasAbeC/11

2. Check split button is not prefixed with a separator, where as all other buttons comes with prefixed separator

It seems a bug, please provide a fix.
Completed
Last Updated: 13 Jan 2020 09:19 by ADMIN
Release R1 2020
### Bug report
The Ctrl + Shift + Arrow key keyboard shortcut should select a range in the row/column starting with the active cell and ending with the first cell in the row/column that has a value: [list of shortcuts](https://docs.telerik.com/kendo-ui/controls/data-management/spreadsheet/end-user/list-of-shortcuts) used by the Spreadsheet. It works similarly in Excel. 


### Current behavior
The selection does not end at the first cell that has a value, it ends with the last cell of the row/column.  

### Expected/desired behavior
The expected behavior should be as described in the documentation: "Extends the selection of cells to the last nonblank cell in the same row or column as the active cell."

### Environment

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

Completed
Last Updated: 14 Dec 2023 14:24 by ADMIN
Release 2021.R1.SP1
Created by: Naveen
Comments: 1
Category: Spreadsheet
Type: Bug Report
7

Dear Concerned,

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

2. Open Workbook(1).xlsx (attached)

3. Edit B2, D2, F2 with some new values

4. See the results in B4, D4, F4

Calculations are different in Excel.

 

Completed
Last Updated: 15 Dec 2023 13:14 by ADMIN
Release 2020.R1
Created by: Naveen
Comments: 1
Category: Spreadsheet
Type: Bug Report
7

Dear Concerned,

 

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

2. Try to select columns B to D using mouse

3. Click on column B, keeping mouse clicked, move your mouse towards C then D

4. It does not allow to select B,C,D where as it is possible in Excel.

It is serious issue for me as I could not proceed with Hide/Unhide columns and some other features depend on multiple columns selection

Note: if we add a blank row at first position then it works well, seems like first with merged columns is creating problem.

Completed
Last Updated: 18 Jan 2024 09:41 by ADMIN
Release 2024 Q1

Bug report

When the INDEX formula is used in combination with LINEST the Spreadsheet displays an empty cell. In case such formula is imported from Excel file '#VALUE' is displayed.

Reproduction of the problem

  1. Open the Dojo
  2. Observe the content of the cell with the pink background.

behavior when importing:

  1. Import the file in the Spreadsheet demos
    LINEST_INDEX.xlsx

Current behavior

The content of the formula cell that includes LINEST and INDEX is empty. When clicking on the cell the formula is displayed in the formula bar. When importing the content in some cases the content is '#VALUE'.

Expected/desired behavior

The LINEST should work as expected in combination with the INDEX formula.

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [all]
Completed
Last Updated: 15 Dec 2023 09:41 by ADMIN


To reproduce
Steps to reproduce the behavior:

step1: Make a cell become wrap text and text something

 

step2: Export to pdf file:

 

Expected behavior
Text display same as on safari

Please fix this problem asap!!!.

Completed
Last Updated: 25 Feb 2020 14:36 by ADMIN
Created by: Martin
Comments: 1
Category: Spreadsheet
Type: Feature Request
6
In Kendo UI spreadsheet when wrap cell text it currently split text in middle of word. Change so that splits on white space
1 2 3 4 5