Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chrome] - OnDemandGrid - Rendering issue on large dataset #1385

Open
TiBeN opened this issue Jun 26, 2017 · 1 comment
Open

[Chrome] - OnDemandGrid - Rendering issue on large dataset #1385

TiBeN opened this issue Jun 26, 2017 · 1 comment

Comments

@TiBeN
Copy link

TiBeN commented Jun 26, 2017

When scrolling near the end of an OnDemandGrid with a large dataset using Chrome 59, grid lines are incorrectly rendered.

This can be simply reproduced with dgrid/test/OnDemand_promises.html by replacing at line 68:

for (i = 1; i <= 200; i++) {

by

for (i = 1; i <= 800000; i++) {

Scrolling near the end make the grid to render incorrectly like in this screenshot:

dgrid rendering issue

This has been noticed using dgrid v1.1.0 and v1.2.0.

@07shawk
Copy link

07shawk commented Dec 6, 2017

I don't know if you're still having an issue but I added the following to my grid definition to fix a similar problem that occurred when sorting.

minRowsPerPage: 1000

This forced the grid to render a minimum of 1000 rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants