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

Allow properly scrolling when grid has autoheight and OnDemand collection #1087

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

akaJes
Copy link

@akaJes akaJes commented Feb 6, 2015

issue with full storage loading
its can be tested on https://github.com/SitePen/dgrid/blob/master/test/Rest.html
with adding to creation object class:'dgrid-autoheight'
or set after creation with code window.grid.set('class','dgrid-autoheight');

with this patch grid loaded properly by pages
i used function cumulativeOffset for calculating relative position to window(or parentNode )
maybe dojo has function intended for it?

@akaJes
Copy link
Author

akaJes commented Sep 24, 2015

Hi, what do @kfranqueiro think about this patch? maybe You have another simples way to decide issue with full data loading?

@akaJes akaJes changed the title Allow properly scrolling when grid has autoheight and Rest collection Allow properly scrolling when grid has autoheight and OnDemand collection Sep 24, 2015
@akaJes
Copy link
Author

akaJes commented Jan 30, 2018

@kfranqueiro this path can be used for solving the last note on the page https://github.com/SitePen/dgrid/blob/master/doc/usage/Styling-dgrid.md

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

Successfully merging this pull request may close these issues.

1 participant