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

Unable to render grid with bulky data

3 Answers 155 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atit
Top achievements
Rank 1
Atit asked on 01 Mar 2012, 10:09 AM
hi,

     I have grid component which is contains 4K(4000) records.
 
     That grid taking time to load 4K data then after few minutes it is showing popup of "Unresponsive script" on IE8 and Firefox 7+.

     Please find attached image for more information.

     Please assist me.

    Thanks in advance.


  Using Kendo UI Framework Details:
   1. Kendo UI v2011.3.1129
   2. jquery-1.7.1.min.js
   3. jquery-ui-1.8.16.custom.min.js
   4. modernizr-2.0.6.min.js

 

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Mar 2012, 10:59 AM
Hi Atit,

It is not clear where the problem comes from, but generally, displaying so many rows is not a good practice, as it pushes the user's machine to the limit and data (JSON) transfer to and from the web server is slow. Even if the Grid works on a certain computer, the browser may hang on another one.

A good option in such cases is to use data virtualization.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Atit
Top achievements
Rank 1
answered on 01 Mar 2012, 12:05 PM
Hi Dimo,

Thanks a lot for your reply and I agree with your valuable suggestion.

But I want to render grid without using Data Visualization of remote.

Please suggest me, Is it possible in Grid render with this way data visualization of local?



Using Kendo UI Framework Details:
   1. Kendo UI v2011.3.1129
   2. jquery-1.7.1.min.js
   3. jquery-ui-1.8.16.custom.min.js
   4. modernizr-2.0.6.min.js
0
Dimo
Telerik team
answered on 05 Mar 2012, 09:28 AM
Hi Atit,

I am afraid I don't understand your question. Since you have seen the local data virtualization demo, you know that it's possible. Let me know if there is anything unclear.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Atit
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Atit
Top achievements
Rank 1
Share this question
or