-
Notifications
You must be signed in to change notification settings - Fork 381
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
fix: DataGrid issue with Virtualize=true #3102
Comments
No title, no details, no reproduction code... No help. Please try again with a real issue report. If not, we will close this one in 3 days. |
Just try you datagrid in with 30+ columns with Virtualize=true. |
No, that is not how we run this open source project... You do not ask us to go create/craft/come up with code so we can try to get the same thing you are seeing. |
|
This is not ready to run code, is it? |
Look :-))) You misunderstood me. |
We look into every issue that gets reported as long as our template is followed and ready to run reproduction code in the form of something we can copy and paste, has a zipped project or a link to a repo we can clone is provided. We appreciate you look into using the library (and think it looks good) but we simply do not have capacity to act on half working code that we need to investigate and examine, need to install dependencies for, etc. I don't think that that is to much to ask for if you want us to help you. |
You are right: It's the example from the FluentUI page (virtualized section). I just added more columns. |
Ok, I spent a considerate amount of time looking at this but was not able to solve the issue. I even added a standard QuickGrid to test the same code, but the issue does not present itself there. It has to do with the way we create the HTML for the DataGrid that leads to the JS part of Virtualize not being called if the grid is horizontally scrolled for a certain part. We could just the wisdom of the crowd to solve this! If you want to help, please checkout the |
@vnbaaij did you consider using |
Yes, saw that too. Tested with that locally but did not help 😕. But will use that for next version anyway. |
I don't know if this is related or if it helps: but the scroll bar jumps all over the place on vertical scrolling (vigorously) . It does not seem to indicate the corect position related to the virtualized data collection. |
DataGridOnHomePage.zip
🐛 Bug Report
DataGrid issue with large number of columns (36 columns) when Virtualize="true"
🤔 Expected Behavior
to scroll and see data :-)))
😯 Current Behavior
When you are positioned to the left of the table (first columns visible) and you scroll vertically data loads and everything is fine.
When you scroll horizontally to the right (last columns visible) and then you scroll vertically data does not load or it loads ony in the beginning and the it stops loading...
The text was updated successfully, but these errors were encountered: