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

Parrelel Load of multiple kendo UI Grids

1 Answer 344 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sapandeep
Top achievements
Rank 1
Sapandeep asked on 05 Jul 2018, 08:59 PM

i am getting data from a web API call which will be used to populate a chart and 2 grids. is it possible to parallel load all 3 controls , so that user need not to wait till all controls gets loaded one by one and page has something to display?

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 09 Jul 2018, 09:55 AM
Hi Sapandeep,

You can set the "autoBind" property of the widgets to "false" and call the "read" method of the dataSource when you want the widget to be populated:
With AJAX binding, each widget will be populated when the response from the request is received, but the rendering in the browser is synchronous operation, so parallel rendering is not an option.
 

Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Sapandeep
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or