Unplanned
Last Updated: 23 Jan 2020 11:09 by ADMIN
Imported User
Created on: 10 Oct 2018 06:05
Category: Kendo UI for jQuery
Type: Feature Request
1
Spreadsheet Very serious bug report
The Detailed description In:
https://github.com/telerik/kendo-ui-core/issues/3903


Bug report
Currently, DataSource bound Spreadsheet throws "Unsupported for multiple ranges" error when attempting to delete the content from multiple not adjusted cells.

The error is thrown by the values() method:

values: function (values) {
    if (this._ref instanceof UnionRef) {
        throw new Error('Unsupported for multiple ranges.');
    }
    if (this._ref === kendo.spreadsheet.NULLREF) {
....
Reproduction of the problem
Go to the DataSource Binding demo;
Select a few cells using the Ctrl + click;
Press Delete button on the keyboard;
"Unsupported for multiple ranges" error will be thrown from the values() method;

This bug has not been resolved in Version 2018.3.911. 

1 comment
ADMIN
Ivan Danchev
Posted on: 23 Jan 2020 11:09

Hi,

The community hasn't shown a lot of interest in this feature so far. At the moment, the Spreadsheet does not provide support for deletion of multiple non-adjacent cells when it is bound to a DataSource. Feel free to comment, if you are interested in having this functionality, and we will plan its implementation accordingly, based on community demand.

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.