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

Grid / Binding to WebSocket Demo

1 Answer 139 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 20 May 2015, 10:08 PM

Hello,

Here: http://dojo.telerik.com/IkEna, I changed the editable config from true to "popup" and, when attempting to add a new record, everytime the popup window displays it just disappears.  It seems there is a timing issue with the display of the kendo.ui.Window object and either the execution of the ws request or the invocation of the success callback, which is options.success invoked as

callback(result);

Not sure there ... any hints? 

Dan

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 22 May 2015, 03:07 PM
Hi Dan,

You can solve that by disabling the DataSource's autoSync option, however you should keep in mind that any concurrent updates will force the popup window to be closed.

Regards,
Alexander Popov
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
Daniel
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or