[HxGrid] Virtualization with Infinite Scroll doesn't work when Responsive="true" #846
Replies: 3 comments 1 reply
-
@AlexGallego7 Can you please provide us with code that reproduces the issue? We use Virtualization and responsiveness are tricky to make work together, especially regarding the necessary CSS setup. Can you please check our demos to ensure you meet the requirements for |
Beta Was this translation helpful? Give feedback.
-
I've been able to reproduce it in a plain solution. Again, disabling responsiveness solves the issue.
Also, when debugging the solution |
Beta Was this translation helpful? Give feedback.
-
@AlexGallego7 |
Beta Was this translation helpful? Give feedback.
-
The data provider method gets called twice when initializing the component, the first one with the correct page size
and the second one with the total count as the page size
which makes the virtualization stop working.
I've found out that removing the
Responsive="true"
or setting it tofalse
in the HxGrid component solves the issue but curious why is happening when set to be responsive.Wondering if this is something that could have been introduced by #795 as it has stopped working when updating the package to a newer version.
Thanks for your work! It's amazing!
Beta Was this translation helpful? Give feedback.
All reactions