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

Kendo UI Grid Limitations

1 Answer 966 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pastina
Top achievements
Rank 1
Pastina asked on 26 Mar 2014, 04:28 AM
I have a grid comprising of 250 columns ( the number of columns is dynamic based on a precondition) with batch editing option. When i bind data in Kendo Grid , I am getting " A script on the page is causing your browser to run slowly. If it continues to run, your computer might become unresponsive " . Also the batch editing does not occur. Is there any limitations on the number of columns and rows in the Kendo Grid .
Please find attached the screenshot for your reference

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 27 Mar 2014, 02:04 PM
Hi Pastina,

There is no exact limit on the number of row or columns, however rendering hundreds (or thousands) of rows, each having 250 columns is a really CPU and memory intensive task. This is even more noticeable on older browsers, especially IE which is notorious for its poor performance. I would recommend using paging to avoid inserting huge amounts of data into the DOM and reducing the network traffic, thus increasing the performance and avoiding this message from appearing.

Regards,
Alexander Popov
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

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