Row height not respected in grid components #14605
Labels
🐛 bug
Any issue that describes a bug
📉 regression
🔥 severity: high
grid
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The
rowHeight
parameter in theigx-grid
,igx-tree-grid
, andigx-hierarchical-grid
components of Ignite UI for Angular is not functioning as expected in versions 18.0.0 and above. Despite setting therowHeight
property, the row height does not adjust accordingly, and there is no min-height property set on the respective grid cell elements.P.S: This issue does not occur in version 17.2.0 where everything works as expected.
Steps to reproduce
igx-grid
,igx-tree-grid
, origx-hierarchical-grid
component and set therowHeight
property to a specific value.Result
The row height remains unchanged regardless of the
rowHeight
property value. There is no min-height property applied to the respective grid cell elements.Expected result
The row height should adjust according to the specified
rowHeight
property value, as it did in previous versions (e.g., 17.2.0).Attachments
Please refer to the provided sample links demonstrating the issue:
The text was updated successfully, but these errors were encountered: