Hi, Team!
As of now, the slotFill property is available only for Day and Week views.
I would like to have a similar property that modifies the extra open space (whitespace) at the end of the slot for the rest of the views:
If you look at the 12pm "Dance Practice" event you can see the space on the end, I want the entire slot filled. I tried CSS forcing the .k-event to 100% width which works with the daily view but this breaks the weekly view.
I know I can add logic to the click event to check if an event already exists and just ignore the click, but that is not very efficient and it still leaves that space on the end which serves no purpose and kind of ugly. Any ideas?
The same feature was required for timeline view, where the unwanted extra space is added to the bottom of the events.
In this case, the user would sometimes add more than one event in a single slot (overlapping events), and would be okay with existing events increasing the slot height as needed, but would not like for the extra space at the end.
Image attached.