Hello,
The second issue is no longer a problem for us, as i just figured out how to properly use the “.jqx-scheduler-all-day-cell” CSS class (the code i had to debug did set the cell height with the “!important” keyword, and the row was not adapting according to events, fixed by removing the important). I’m still posting the issue, because it might still help.
It happened when i tried to set the “allDayRowHeight” property in the view declaration. As long as there are no “all day” events or they fit in the cell (with a free margin), the cell takes the good declared height. But while adding events, to row begins to get bigger and bigger, far bigger than needed. The extra space seems to be growing with the number of events.
The jseditor with the issue (you can compare different height examples by switching to the 2 following weeks): https://jseditor.io/?key=dd7082951c6611e8a2dc00224d6bfcd5
Thanks again,
Kaddath