Hello, I could not find anything on this (hope it's not been answered somewhere already).
I'm refresh my grid's content every minute by calling :
The server sometimes takes a long time to process the request, and this block the execution of the clien side application. The user cannot click on the grid or on any other controls. Once the information is received from the server, Kendo display it instantly.
Is there a way to make the ".read()" async ?
Thanks !
I'm refresh my grid's content every minute by calling :
GridControl.DataSource.read();
The server sometimes takes a long time to process the request, and this block the execution of the clien side application. The user cannot click on the grid or on any other controls. Once the information is received from the server, Kendo display it instantly.
Is there a way to make the ".read()" async ?
Thanks !