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

Get grid data on page load

2 Answers 387 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vishnu
Top achievements
Rank 1
Vishnu asked on 04 Sep 2013, 04:52 AM
Hi,

I have a kendo grid that will be initialized and loaded with data on page load. In many instances, due to slow network, the grid takes time to load. How do I get to find out when the grid has been initialized and loaded completely, so that I can take the data from the grid using dataSource.data() api ?

Thanks,
V N

2 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 04 Sep 2013, 07:39 AM
Hi Vishnu,

To ensure the Grid is initialized and the data has arrived from the server I would recommend using the dataBound event
 

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Vishnu
Top achievements
Rank 1
answered on 04 Sep 2013, 08:16 AM
Hi Alexander,

Yeah, that worked, I gave it a try before your answer came by. Thanks anyways for the quick response.

Regards,
Vishnu
Tags
Grid
Asked by
Vishnu
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Vishnu
Top achievements
Rank 1
Share this question
or