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

[ELEMENTS] Setting isLoading to elements grid is breaking the virtualization #15538

Open
mddragnev opened this issue Mar 18, 2025 · 0 comments · May be fixed by #15550
Open

[ELEMENTS] Setting isLoading to elements grid is breaking the virtualization #15538

mddragnev opened this issue Mar 18, 2025 · 0 comments · May be fixed by #15550
Assignees
Labels
🐛 bug Any issue that describes a bug 💠 grid: elements ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@mddragnev
Copy link
Member

Description

Having 100% height on the grid and its parent (everything up to the html element) and setting isLoading property to the grid causes bug with virtualization resulting in disappearing vertical scrollbar.

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Open the attached sample
  2. Run it

Result

There is no vertical scrollbar even though there are more records in the grid. If you remove the isLoading binding then the grid shows scrollbar and everything work correct.

Expected result

The grid should have vertical scrollbar

Attachments

wc-grid.zip

@mddragnev mddragnev added 🐛 bug Any issue that describes a bug 🆕 status: new labels Mar 18, 2025
@mddragnev mddragnev self-assigned this Mar 18, 2025
@mddragnev mddragnev added 🛠️ status: in-development Issues and PRs with active development on them 💠 grid: elements ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🆕 status: new 🛠️ status: in-development Issues and PRs with active development on them labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 💠 grid: elements ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant