Hi,
I am working with Scheduler 7.2.2 and Angular 20.
After upgrading to version 7.2.3, I noticed that the rowHeight property no longer affects the resource row height when using the resourceCollapse column type.
In my system, each resource can have a different height. During resource initialization, I determine the eventLayout property (whether it is expanded or collapsed).
This logic works correctly in version 7.2.2.
To demonstrate the issue, I created a simple demo where each resource is assigned:
rowHeight of 30px
eventLayout set to "none"
However, all resources are rendered with a height of 50px instead of the expected 30px.