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 hierarchical grid has height in %(or no height) and summary on the parent level then height is not calculated correctly #4468

Closed
kacheshmarova opened this issue Apr 5, 2019 · 1 comment · Fixed by #5489
Assignees
Labels
🐛 bug Any issue that describes a bug 🧨 severity: medium grid: hierarchical-grid grid: summaries version: 8.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@kacheshmarova
Copy link
Contributor

Description

Describe the issue.

  • 7.2.x
  • N/A

Steps to reproduce

  1. Go to hierarchical-grid sample.
  2. Remove the height setting of the first grid.

Result

Only one data record and the summary row are rendered.

igx-Hrid

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 hasSummary='true' for "ProductName" column in the parent grid is removed the height is calculated correctly.

igx-Hrid2

@MayaKirova MayaKirova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. 🆕 status: new and removed ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. labels Jul 16, 2019
@MayaKirova
Copy link
Contributor

This no longer reproduces in 7.2.x, 7.3.x, but reproduces in 8.0.x and above.

@MayaKirova MayaKirova added version: 8.0.x 🛠️ status: in-development Issues and PRs with active development on them and removed version: 7.2.x 🆕 status: new labels Jul 16, 2019
@MayaKirova MayaKirova self-assigned this Jul 17, 2019
@MayaKirova MayaKirova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jul 17, 2019
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 🧨 severity: medium grid: hierarchical-grid grid: summaries version: 8.0.x ✅ 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.

3 participants