telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
469 stars 217 forks source link

Error deleting row in grid #1462

Closed rtaschetto closed 6 years ago

rtaschetto commented 6 years ago

I'm submitting a...

Current behavior

When delete a row (for example row 2) and then delete another row, the second row index is wrong.

Expected behavior

I have this situation: row 1 row 2 row 3 row 4 row 5

after delete "row 2" i have : row 1 row 3 row 4 row 5

after delete "row 3" I would expect to have this situation row 1 row 4 row 5

but I have this: row 1 row 3 row 5

Minimal reproduction of the problem with instructions

You can reproduce the problem also in documentation example: https://www.telerik.com/kendo-angular-ui/components/grid/editing/custom-reactive-editing/#

What is the motivation or use case for changing the behavior?

It's a bug?

Environment

Package versions:

@coreui/angular@1.0.10 D:\work\lab\angular2\sbp-project-backend
+-- @angular/animations@5.2.9
+-- @angular/cli@1.6.7
+-- @angular/common@5.2.3
+-- @angular/compiler@5.2.3
+-- @angular/compiler-cli@5.2.3
+-- @angular/core@5.2.3
+-- @angular/forms@5.2.3
+-- @angular/http@5.2.3
+-- @angular/language-service@5.2.3
+-- @angular/platform-browser@5.2.3
+-- @angular/platform-browser-dynamic@5.2.3
+-- @angular/router@5.2.3
+-- @angular/upgrade@5.2.3
+-- @auth0/angular-jwt@1.1.0
+-- @progress/kendo-angular-buttons@4.0.0
+-- @progress/kendo-angular-dateinputs@2.2.0
+-- @progress/kendo-angular-dropdowns@2.1.0
+-- @progress/kendo-angular-excel-export@1.0.7
+-- @progress/kendo-angular-grid@3.0.0
+-- @progress/kendo-angular-inputs@2.2.0
+-- @progress/kendo-angular-intl@1.4.0
+-- @progress/kendo-angular-l10n@1.1.0
+-- @progress/kendo-data-query@1.2.2
+-- @progress/kendo-drawing@1.5.1
+-- @progress/kendo-theme-bootstrap@2.11.10
+-- @types/jasmine@2.8.6
+-- @types/jasminewd2@2.0.3
+-- @types/node@9.4.0
+-- bootstrap@4.0.0
+-- chart.js@2.7.1
+-- codelyzer@4.1.0
+-- core-js@2.5.3
+-- flag-icon-css@2.9.0
+-- font-awesome@4.7.0
+-- jasmine-core@2.9.1
+-- jasmine-spec-reporter@4.2.1
+-- jquery@1.9.1 - 3
+-- karma@2.0.0
+-- karma-chrome-launcher@2.2.0
+-- karma-cli@1.0.1
+-- karma-coverage-istanbul-reporter@1.4.1
+-- karma-jasmine@1.1.1
+-- karma-jasmine-html-reporter@0.2.2
+-- moment@2.20.1
+-- ng2-charts@1.6.0
+-- ngx-bootstrap@2.0.2
+-- popper.js@^1.12.9
+-- protractor@5.3.0
+-- rxjs@5.5.6
+-- simple-line-icons@2.4.1
+-- ts-helpers@1.1.2
+-- ts-node@4.1.0
+-- tslint@5.9.1
+-- typescript@2.6.2
`-- zone.js@0.8.20

Browser:

System:

danielkaradachki commented 6 years ago

Thank you for the bug report. The problem should already be fixed in the dev version of the package: https://www.telerik.com/kendo-angular-ui-develop/components/grid/editing/custom-reactive-editing/

ipeshev commented 6 years ago

Fixed in v3.1.0-dev.201804160839

tsvetomir commented 6 years ago

Published in v3.1.0

develop-algoritma commented 6 years ago

Thank you very much for the response!

shreenil commented 6 years ago

I am having same issue in v3.5.0, Please help!