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

Kendo Grid single row refresh

2 Answers 3103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 19 Sep 2012, 08:54 PM
Hello,

I have a Kendo grid with popup row editing. Each row is updated via an ajax call which takes 3-5 seconds to come back from the server. The problem I'm having is this
* User clicks on Edit for a row, edits fields in popup, hits Update, AJAX call fires and popup closes.
* User clicks edit on another item and is editing fields. At this time the previous AJAX calls success handler fires and does a datasource.read() to refresh the grid. This closes the open popup editor for the item.

So my questions are:

1. Is it possible to set configuration to refresh only a single row on the grid?
2. If not, is there a workaround?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Pratik
Top achievements
Rank 1
answered on 26 Sep 2012, 05:07 PM
hi.

i am also facing same problem. If you got solution please post here ..



Thanks,

Pratik.
0
Eric
Top achievements
Rank 1
answered on 30 Nov 2012, 08:58 PM
http://stackoverflow.com/questions/13613098/refresh-a-single-kendo-grid-row
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Pratik
Top achievements
Rank 1
Eric
Top achievements
Rank 1
Share this question
or