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

Row selection in IE gets slower as more columns are added or page size increases

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj Yennam
Top achievements
Rank 1
Raj Yennam asked on 24 Dec 2013, 11:43 AM
We have used KendoUI grid (v2013.2.918) control in our application with Detail template. We observe that when rows selection changes it is taking time to get the row selected.
Is there a known issue with the performance of selecting grid rows in IE (11, 10, 9)?
While it is working fine in other browsers (Chrome, Firefox etc).
Do we need to handle anything specific? Please suggest.

Thanks
Raj


1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Dec 2013, 12:49 PM
Hello Raj,

Row selection becomes slower when grouping and/or hierarchy is used, because the :not CSS selector is slow in Internet Explorer and this selector is used internally by the Grid. Performance is improved in the latest Kendo UI releases, so you can consider upgrading. Still, selection will be always slower when hierarchy is used, compared to the case when it is not used. Using a smaller page size is recommended.

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