Hi,
In timeline view, grouped by resource, I want to have row height automatically increased if there are more then 2 appointments at the same time.
For EJS 1 for WebForms, scheduler has property 'showOverflowButton' which will do exactly what I want, as you can see in your demo here: https://asp.syncfusion.com/demos/web/schedule/cellautofit.aspx
All demos I looked at are instead of increasing row height only showing additional <div> element at the bottom specifying how many more appointments are there at the same time (e.g. '+2 more')
Is there some similar option for EJS 2 for ASP.NET Core which will do the same thing as 'showOverflowButton' in EJS1 for WebForms?
Thanks
Dragan