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

Datasource still have the removed row in the event handler.

1 Answer 19 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Javier Sainz
Top achievements
Rank 2
Javier Sainz asked on 20 Nov 2014, 08:13 PM
Hi
On the editable grid, when we remove a row, the deleted row remains on the event handler, this is inconsistent with the Save event.
See the example - http://dojo.telerik.com/@Javier/UCIg

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 24 Nov 2014, 09:07 AM
Hello Javier,

You will need to implement this with a setTimeout() call, so you update the span element after the dataSource has been updated as well. Furthermore you will need to get a new reference of the dataSource view after the update. Here is the working example:

http://dojo.telerik.com/OwuXU

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Javier Sainz
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Share this question
or