Unplanned
Last Updated: 17 May 2021 06:25 by serge

Bug report

When the Sheetsbar is hidden the horizontal scrollbar is not adjusted to the bottom of the widget

Reproduction of the problem

  1. Run this dojo
  2. Note the space below the horizontal scrollbar:
    image

Expected/desired behavior

The horizontal scrollbar should be adjusted to the bottom of the widget.

As a possible workaround, when hiding the Sheetsbar add the following styling:

<style>
    .k-spreadsheet-sheets-bar {
      padding: 0;
      border-style: none;
    }
</style>

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all]
Declined
Last Updated: 11 May 2021 11:40 by ADMIN
Presently in Spreadsheet tooltip is not working for filter applied range 
so tooltip should display for each cell in which the range of filter is applied
Unplanned
Last Updated: 10 May 2021 13:45 by ADMIN
Created by: Jaspreet
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

The spreadsheet currently relies on the <v> tag and doesn't accept cell type "inlineStr". Here is an article with more info regarding the inlineStr type:

https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_c_topic_ID0E1XM4.html 

A cell of type "inlineStr" which is currently not accepted in SpredSheet

<c r="F2" s="4" t="inlineStr">
        <is>
          <t>1005131528</t>
        </is>
      </c>

 

while the format saved from excel is accepted:

 

<c r="F2" s="2" t="s">
        <v>12</v>
      </c>

Ticket ID: 1517963


Unplanned
Last Updated: 27 Apr 2021 12:07 by ADMIN
Created by: iConect Developer - Mike
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Add support for charts in the Spreadsheet.
Unplanned
Last Updated: 12 Apr 2021 13:40 by ADMIN

Scrolling to a column that is not visible initially and using the Freeze Panes tool, makes the scrollbar of the Spreadsheet unusable. This valid for both horizontal and vertical scrolling. It is observable in the demos: https://demos.telerik.com/kendo-ui/spreadsheet/index

Scroll right to the "R" column. Select it and click on the the "Freeze panes" tool in the toolbar.

Alternatively, scroll down to row 30. Select a cell and click on the the "Freeze panes" tool.

As a result, scrolling the columns (respectively the rows) becomes impossible.

Consider a way to enhance the Freeze panes functionality, so that is is usable in these scenarios.

Unplanned
Last Updated: 12 Apr 2021 13:24 by Sandeep

Describe the bug

To reproduce
Steps to reproduce the behavior:

  1. Go to https://dojo.telerik.com/avuXEJUV/2
  2. Scroll the Spreadsheet horizontally to the "J" column.
  3. Click the header of the "J" column to select it.
  4. Activate the "Freeze Panes" tool from the toolbar.
  5. The Spreadsheet re-renders. The scroll bar does not scroll the columns past "G". A browser scrollbar appears. Use it to scroll horizontally beyond the right border of the Spreadsheet. Some of the columns are displayed outside the Spreadsheet. Once they are visible, scroll horizontally to the far right using the Spreadsheet scrollbar. Column A is duplicated after column AX.

Expected behavior
The panes are frozen without breaking the layout of the Spreadsheet and without cells/column duplication.

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable

Additional context
Add any other context about the bug.

Unplanned
Last Updated: 12 Apr 2021 09:53 by ADMIN
Created by: Sandeep
Comments: 1
Category: Spreadsheet
Type: Bug Report
1

Hi Team,

 

When I add comments to enabled columns(product)it is allowing me to add and after reopening the comments it is retained. But when I add comments to disabled columns(ID) it is not adding to it and no messages are added like it is disabled and comments are not allowed.

demo: https://dojo.telerik.com/ISIvATiN

thanks.

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!

Completed
Last Updated: 01 Mar 2021 07:04 by ADMIN
Release 2021.R1.SP.next

Bug report

Reproduction of the problem

Dojo example.

  1. Hide the second row.
  2. Slowly scroll the Spreadsheet horizontally (left and right).

Current behavior

Column lines disappear and row lines appear (columns G, M, N, O). In Chrome values disappear as well, observe the value in column F. The configuration options required for reproducing the behavior are mergedCells and frozenRows.

Expected/desired behavior

No changes to the column/row lines and no disappearing values on scrolling.

Environment

  • Kendo UI version: 2021.1.119
  • jQuery version: x.y
  • Browser: [all ]
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.

Completed
Last Updated: 03 Feb 2021 14:44 by ADMIN
Release 2021.R1.SP.next
Created by: Kocsis
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug report

Custom validation error can not be handled in spreadsheet

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/uJuruCod
go to Data->Data Validation->Custom Formula (Ignore blank, Reject input),
open the console,
than if you enter an invalid formula (<4, >A3 or something like this) and press Apply, in the console you can see an exception

Current behavior

The exception can't be handled

Expected/desired behavior

One should be able to handle the exception

workaround - https://dojo.telerik.com/@zdravkov/adEWOlOk

Environment

  • **Kendo UI version: 2021.1.119
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.
Completed
Last Updated: 28 Jan 2021 15:05 by ADMIN
Release 2021.R1.SP.next

Bug report

Reproduction of the problem

Use the Events demo to reproduce, since the events are logged in the console: https://demos.telerik.com/kendo-ui/spreadsheet/events

  1. Add a new sheet
  2. Drag left the newly added sheet, to make it first
  3. Click "Invoice", hold down the mouse button and drag the Invoice sheet back to first place

Current behavior

The Invoice sheet is selected but the selectSheet event does not fire.

Expected/desired behavior

The selectSheet event fires

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 25 Jan 2021 09:52 by ADMIN
Release 2021.R1.SP.next
Created by: Ramesh
Comments: 0
Category: Spreadsheet
Type: Bug Report
2

Bug report

Reproduction of the problem

Dojo example.

  1. Change a value in the second column, for example change 8 to 7.
  2. Open the column filter menu. The filter menu properly shows the current values (5 and 7).
  3. Close the filter menu and change the cell value again.
  4. Open the column filter menu.

Current behavior

After the initial value change the filter menu no longer shows the current value of the modified cell.

Expected/desired behavior

The filter menu should always show the current values of the cells.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 18 Jan 2021 09:09 by ADMIN
Release 2021.R1
Created by: Softwarehouse
Comments: 0
Category: Spreadsheet
Type: Bug Report
3

Bug report

Values that are copied from Spreadsheet are duplicated when pasted in Excel if before that the copied cells have been cut and pasted inside the Spreadsheet.

Reproduction of the problem

  1. Open this Dojo project
  2. Cut B3:C3
  3. Paste the copied content to A1:B1
  4. Copy A1:B2
  5. Paste to Excel

Current behavior

In Excel, the first row is duplicated and the pasted content contains 3 rows, while 2 rows are copied

Expected/desired behavior

The pasted in Excel content should contain 2 rows instead of 3

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [all]
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.