Reproduction:
Actual result: no item can be heightened
Expected result: all items can be heightened
Hi Anna,
Setting the rowsHeight to "auto" will make the element automatically adjust its height to allow its content to be displayed correctly. Then the CSS Grid mechanism takes care of how high the element and the current row will become.
As in the current example, the elements have very few content in their body at the moment an element start to resize the auto heigh option seems to try to adjust the height to a smaller one and this makes contradiction with the adjacent elements. Adding more content to the body of the elements should not cause this issue.
Best Regards,
Denitsa
Progress Telerik