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.
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.