Unplanned
Last Updated: 05 Apr 2021 09:17 by ADMIN
Created by: Janaki
Comments: 1
Category: Spreadsheet
Type: Feature Request
3

Hi ,

we have a requirement to disable comment option on click of few cells (which are disabled) or to show a toastr message on click of comment that user can't add comment on specific cell. Do you have any such feature or event to track this requirement .

Unplanned
Last Updated: 03 Apr 2021 10:51 by hkdave95
Created by: Imported User
Comments: 3
Category: Spreadsheet
Type: Feature Request
6
It should be possible to define cell types (or types that are valid for the entire column) like:
- Booleans (which will result in showing check boxes inside the cells)
Unplanned
Last Updated: 19 Mar 2021 19:49 by ADMIN
Created by: Naveen
Comments: 0
Category: Spreadsheet
Type: Feature Request
3

Hi Team,

I would like to request the Kendo UI Spreadsheet to be able to validate by Text Length instead of using custom validation.  This would help with importing xlsx files which have text length validation.

Thank you!

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.
Unplanned
Last Updated: 09 Feb 2021 12:35 by ADMIN
Created by: Jong
Comments: 1
Category: Spreadsheet
Type: Feature Request
1

Currently, Kendo UI for jQuery Spreadsheet does not support many events such as style change, merge, unmerge, image insert, font change, alignment change, decimal change, filters and more.

But these events need to be captured in many cases.

Please support events for all the actions.

Unplanned
Last Updated: 02 Feb 2021 16:58 by ADMIN
Support scenarios where users can use the spreadsheet component to design templates with disabled cells.

I appreciate that this can be customized (as almost anything) but note this is the only cell property that is not configurable via the toolbar.
Unplanned
Last Updated: 11 Jan 2021 16:10 by pradeep

Bug report

The Spreadsheet SLOPE and INTERCEPT functions do not calculate if arrays passed as parameters contain blank or string cells

Reproduction of the problem

  1. Run this dojo

Current behavior

  1. Note that cell B3, B4, and B5 return errors as a result of the calculation
  2. Same data passed to the SLOPE and INTERCEPT functions in Excel returns a valid result

Expected/desired behavior

Calculation of the SLOPE and INTERCEPT functions should be consistent with Excel

Environment

  • Kendo UI version: 2020.3.118
  • Browser: [all]
Unplanned
Last Updated: 07 Jan 2021 11:16 by ADMIN
Created by: Steven
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Currently, when an invalid validation formula is used, the Spreadsheet throws a js exception.

For example: https://dojo.telerik.com/AWEyIHoW

Open the Data/Data Validation dialogue on cell A3 and modify the Value of the Formula into an Invalid formula (e.g. : “>3”)

A parse error is thrown.

It would be a nice improvement, if instead of throwing a js exception, the user is notified about the invalid formula through a dialog showing a relevant message.

Unplanned
Last Updated: 25 Dec 2020 14:28 by ADMIN
Created by: greg
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
I am using the Jquery Spreadsheet control and have a hyperlink in a cell. When I click on that hyperlink it opens a new browser tab entitled 'about:blank#blocked'

 

example usage of cell HYPERLINK formula linking to another sheet within the same workbook:

=HYPERLINK("#SHEET1!B6", "MYHYPERLINK")

 

opens browser tab:       about:blank#blocked

 

1. How do I get it to jump to the correct sheet and not open a new page?

2. How do I unblock the page so it shows in the case when a new page tab opens?  'about:blank#blocked'

 

Thank you.
Unplanned
Last Updated: 25 Dec 2020 14:18 by ADMIN

Can you add feature or set option to allow text to run into adjacent cells to right? 

(example in ticket 1500102)

Unplanned
Last Updated: 02 Dec 2020 15:12 by ADMIN
Created by: Vamshi Krishna
Comments: 1
Category: Spreadsheet
Type: Feature Request
0
We want limit the colors in Kendo UI Spreadsheet color palette in toolbar. Please help us ASAP. 
Unplanned
Last Updated: 02 Dec 2020 12:27 by Simon

I see some potential for improvements here, I see how the Spreadsheet entirely depends on the JSON structure. It doesn't have to be like this as the setDataSource() method shows clearly that the columns could be further configured: 

https://www.telerik.com/forums/datasource---specify-columns#msCK2ytWcESxeUMs-6a3uQ

Therefore, the Sheet columns could be configured upon the widget initialization. Such configuration options could be represented in the following manner for the HTML helper version of the widget:

.Columns<Kendo.Mvc.Examples.Models.SpreadsheetProductViewModel>(columns =>
{
    columns.Add(c => c.ProductId).Name("Product ID").Width(100);
    columns.Add(c => c.ProductName).Name("Name").Width(415);
})
Unplanned
Last Updated: 23 Nov 2020 14:13 by Marketing

Bug report

When importing from Excel in Spreadsheet if a date is entered, but the date format is not set explicitly, the imported date always has the following format: "mm-dd-yy". The issue is observed even if a culture is set.

Reproduction of the problem

  1. Open the Dojo example
  2. Import the following file
    DateFormat.xlsx

Current behavior

The value in Excel is "15.6.2020" , but the imported date in the Spreadsheet is "05-15-20" screencast

Expected/desired behavior

The format of the dates should be the same as in the imported file.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all ]
Unplanned
Last Updated: 11 Nov 2020 15:49 by ADMIN

Bug report

Reproduction of the problem

Dojo example.

  1. Click column "B"'s header to select the column.
  2. Use the "Wrap text" tool from the toolbar. The text in B2 is wrapped.
  3. While the column is still selected, use the "Wrap text" tool again.

Current behavior

The text in B2 is not unwrapped.

The merged cell prevents the unwrap. If there is no merged cell, or if the tool is used over the cell itself, wrapping/unwrapping works as expected.

Expected/desired behavior

The text in B2 is unwrapped.

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 06 Nov 2020 07:56 by ADMIN
Text formatting examples are bold, underline, italic. if a react wrapped jquery spreadsheet component cell has two words something like 'Hello World' i want only 'world' to be bold which means in the cell it should show as 'Hello World'. Instead of applying these formatting options to cells apply them to the text in the cell. please make this feature applied to the react spreadsheet as well.

API Reference - https://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range/methods/bold
Unplanned
Last Updated: 03 Nov 2020 21:35 by ADMIN
Created by: PON
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Hi Team,

I'd like to request a built in method for finding the intersection of ranges for the Kendo UI Spreadsheet.  

Thank you

Unplanned
Last Updated: 02 Nov 2020 18:22 by ADMIN
Created by: Peter
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

Hi Team,

I would like to request the ability to set an autoFit for the rows/columns(specific or all).  This would not just related to wrapping. 

For example, in the following Progress Kendo UI Dojo, the user can create 3 lines by button press.  But if the user replaces the contents with 1 line of text, it will keep the height of when the 3 lines were in cell.  

I know I could use the rowHeight method, but it would be great if there was a way for it to resize automatically.

Thank you for your consideration.

Unplanned
Last Updated: 27 Oct 2020 14:04 by ADMIN
Created by: G.K. Raju
Comments: 0
Category: Spreadsheet
Type: Feature Request
3

Hi Team,

I'd like to request a way to manipulate a large amount of cell groups in the Kendo UI Spreadsheet without decreasing performance.  For example, I'd like to be able to merge/unmerge and change font size to multiple specific cell groups.  I understand changing multiple DOM elements at the same time can cause sluggishness, but maybe there's a way to reduce the time. Currently, it's taking a long time to completely load.  

Thank you for investigating.

Unplanned
Last Updated: 29 Sep 2020 10:08 by ADMIN
Created by: Shadi
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Since the Spreadsheet does not support macros, implement error handling in the widget that notifies the user if they attempt to load a file that contains a macro. For more details see: Ticket ID: 1486172
Unplanned
Last Updated: 24 Aug 2020 11:40 by ADMIN

Working with numbers like 0.000001056  in a Spreadsheet that is bound to a dataSource, after saving the dataSource, the mentioned number will be converted to an exponential format. 

The current feature request is about preventing the format changing after saving decimal numbers.

It will be very useful if we can use the Spreadsheet with dataSource binding but keep the decimal numbers as such, not converting them to exponential expressions.