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

When height is not set or it is in percents the grid does not have vertical scroll #4758

Closed
nrobakova opened this issue May 13, 2019 · 3 comments
Assignees
Labels
🐛 bug Any issue that describes a bug duplicate 🧨 severity: medium grid: hierarchical-grid version: 7.3.x virtualization ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@nrobakova
Copy link
Contributor

nrobakova commented May 13, 2019

Description

When height is not set or it is in percents the grid does not have vertical scroll

  • igniteui-angular version: 7.3
  • browser: n/a

Steps to reproduce

  1. Edit dev sample hierarchicalGridUpdating and change it to:
....
<div style="width: 600px; height: 600px;">
        <igx-hierarchical-grid #grid1 [data]="remoteData" [rowEditable]="true" [primaryKey]="'CustomerID'" [autoGenerate]="false"
                #hGrid>
...
  1. Open the edited sample

Note: this is not valid for the flat grid

Result

The grid has horizontal scroll according to container width, but the grid does not have vertical scroll

Expected result

The grid height should be 600px andit should have scrollbar

Attachments

Attach a sample if available, and screenshots, if applicable.
image

@MayaKirova
Copy link
Contributor

This issue seems to be a duplicate of #4809, which is already fixed.

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

@nrobakova , please close if this is already fixed

@nrobakova
Copy link
Contributor Author

this issue is already fixed

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 duplicate 🧨 severity: medium grid: hierarchical-grid version: 7.3.x virtualization ✅ 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

4 participants