Hi, I'm using Daypilot Scheduler. Is it possible to hide resource without event ?
Thank you.
Chris
It's possible to hide the rows without events using client-side row filtering. There is a tutorial available for the JavaScript version of DayPilot Pro:
https://code.daypilot.org/97960/html5-scheduler-hiding-rows-without-events
In the ASP.NET WebForms version, you can customize the filter rule using RowFilterJavaScript (it will be translated as onRowFilter on the client side).