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

If grid has height in %(or no height) and filtering is enabled, then height is not calculated correctly. #4458

Closed
MayaKirova opened this issue Apr 4, 2019 · 0 comments
Assignees
Labels
🐛 bug Any issue that describes a bug 📉 regression filtering grid: general version: 7.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@MayaKirova
Copy link
Contributor

Description

Describe the issue.

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Go to the the Grid Percentage Columns sample in the dev demos
  2. Remove the height setting from the first grid.

Result

Grid height fits just 2 recrods.

Expected result

Since height cannot be calculated it should use the defaultTargetBodyHeight which is the rowHeight*number records per page or 10 (if no paging is applied).

If the allowFiltering is removed the height is calculated correctly.

Attachments

With filtering:
image

Without filtering:
image

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 📉 regression filtering grid: general version: 7.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

No branches or pull requests

2 participants