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...
the bug can be reproduced but only if you have more than 1 700 000 records (maybe less...)
Simon
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