0

Is it possible to change the time step in the dhtmlx-scheduler so that it increments by 15 minutes instead of 1 hour? Have not found anything in the documentation or by exploring the code.

I am using the .Net version of the library.

change time step

JensB
  • 6,663
  • 2
  • 55
  • 94

1 Answers1

1

You can't change the scale step, but you can define a custom template for the scale, and render smaller time units.

http://docs.dhtmlx.com/scheduler/sizing.html#howtochangethescalespacing

Aquatic
  • 5,084
  • 3
  • 24
  • 28