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

unexpected exiting from Editing

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simona
Top achievements
Rank 1
Simona asked on 04 Dec 2015, 12:32 PM

Hi,

I use a KendGrid with a custom local dataSource, in method create we use a jQuery ajax call and on success we call the method  e.success(e.data) as documented.

 

In kendogrid we have the follwing in onKeyDown event:

grid.saveRow();   //to save the row data
grid.dataSource.sync();   //sync the da source the transport create is correctly called
grid.addRow(); 

 

the effect is the following the new row is crerated but when the async call in transport read method and we invoke the e.success(e.data) the focus is lost and we exit from the editing of the new row.

 

Could you help us to fix this issue

 

 

Thanks,

 

 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 07 Dec 2015, 04:22 PM
Hi Simona,

Could you please refer to the answer in the support ticket that you have opened with the same question. If any further questions arise on this matter I would suggest that we continue the conversation in the ticket.

On a side note, for all sides convenience and for better tracking purposes, please try to avoid opening duplicate threads.


Best Regards,
Konstantin Dikov
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
Simona
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or