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

Vertical scroll bug with large dataset (Firefox)

1 Answer 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 12 Apr 2012, 04:44 PM
Hello,

There's a bug with the vertical scroll when displaying more than 938 000 virtual row in a grid using Firefox.  The scroll button is not displayed and you can't scroll with the mouse wheel.

This bug occurs with de default td padding.  However, if you set the the td padding to 0 like this...

.k-grid td
{
  padding: 0;
}

the bug can be reproduced but only if you have more than 1 700 000 records (maybe less...)

Simon

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 17 Apr 2012, 01:49 PM
Hi Simon,

Unfortunately, it seems that in your case you have hit the FireFox's limit for the total height of a DOM element. You may consider either constraining the number of total loaded items  in the grid or making them smaller, for example by decreasing the font size.

All the best,
Rosen
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
Simon
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or