-
Notifications
You must be signed in to change notification settings - Fork 161
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
igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950
Comments
This is related to issue #3949. The cause is the same. The grid miscalculates its height so it set it to |
anyone coming here can use this code as a workaround to get 100% of the height |
fix(grid): Fix calculate height when initially grid has no data #3950
fix(grid): Fix calculate height when initially grid has no data #3950
Hi, let me confirm. This fix hasn't been merged to 7.2.x yet. Is there any problem? |
@mpavlinov Will the fix make it in |
@kdinev Yes. |
…#3972) * fix(grid): Fix calculate height when initially grid has no data #3950 * test(grid): Fixing grid loading indicator test #3950 * fix(HierarchicalGrid): Additional fix for navigation when empty child is bigger than the viewport. * test(grid): Solving a scenario where the grid height is in % #3950 * Merge master into mpavlov/issue-3950-master * chore(*): Fixing wrong merge * test(grid): HGrid remote LOD scenario shrinks the row islands #3950 * chore(*): Removing default height null for child layouts * chore(*): Updating tests to reflect the new row-island default * chore(*): Reverting the horizontal scroll visibility check * chore(*): Reseting widths cache when columns get recalculated * chore(*): New logic for row island height calculation
fix(grid): Fix calculate height when initially grid has no data #3950
Description
There is a problem with height calculation when setting height in percent and binding empty data.
Steps to reproduce
Result
Although I set
igx-grid
height to100%
,igx-grid
doesn't fit to its parent.Expected result
igx-grid
should fit to its parent.Attachments
my-app.zip
The text was updated successfully, but these errors were encountered: