This is a migrated thread and some comments may be shown as answers.

Copy & Paste multiple column at once, Change event only trigger the first column

3 Answers 198 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Su Pei
Top achievements
Rank 1
Su Pei asked on 03 Mar 2017, 02:42 AM

Hi, 

My spreadsheet might have hundred of records, but I'm intend to detect the changes row each time user click on save button. 

I found that when user copy from external excel and paste to kendo spreadsheet, change event only trigger the first value changed. 

Below are the code that I tried:

                                change: function (e) {
                                    var row = e.range._ref.topLeft.row - 1;
                                    if (rowIndexChanged.indexOf(row + "|") >= 0)
                                        return;

                                    rowIndexChanged += row.toString() + "|";
                                }

Is there any other simpler way to get the changes of row's index from spreadsheet? 

Thank you! 

Regards,

Su Pei

 

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 06 Mar 2017, 01:45 PM
Hello Su Pei,

This behavior was evaluated as a bug and I have logged in in our GitHub repo:

https://github.com/telerik/kendo-ui-core/issues/2862

In addition, I have updated your Telerik points for reporting for that problem.

Regards,
Nencho
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Su Pei
Top achievements
Rank 1
answered on 08 Mar 2017, 01:59 AM

Hi Nencho, 

Ok. Thank you! 

Can I get the update status of this bug fix? 

Regards,

Su Pei

 

0
Nencho
Telerik team
answered on 08 Mar 2017, 03:42 PM
Hello Su,

My suggestion would be to track the referenced issue, because the status will be updated in the very same item once it is under development and then when it is fixed.

Regards,
Nencho
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Spreadsheet
Asked by
Su Pei
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Su Pei
Top achievements
Rank 1
Share this question
or