Hello,
I have an upcoming project with a hard requirement to be able to schedule in 15 minute increments.
Would this be possible with your MVC product?
Best regards,
Lee
Hello,
I have an upcoming project with a hard requirement to be able to schedule in 15 minute increments.
Would this be possible with your MVC product?
Best regards,
Lee
Hello,
yes, time step can be configured
var scheduler = new DHXScheduler();
...
scheduler.Config.time_step = 15;
Works perfectly thank you.
Lee