If grid has height in %(or no height) and filtering is enabled, then height is not calculated correctly. #4458
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.
Description
Describe the issue.
Steps to reproduce
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:
Without filtering:
The text was updated successfully, but these errors were encountered: