Our pure JavaScript Scheduler component


Post by hammersxo »

How to disable the one2step.net left click event ( add event) to a custom event function?

Last edited by hammersxo on Sat Oct 03, 2020 7:00 am, edited 1 time in total.

Post by saki »

There are different Scheduler areas where user can left-click:

  1. on the empty space (nothing happens by default, events are added on dbl-click)
  2. on an event (event is selected on click by default)
  3. on a row of the resource grid on the left (the row is selected by default)
  4. on time line header (nothing happens by default)
  5. on resource grid header (resources are sorted by default)

Which click behavior you would like to change/disable?


Post Reply