0

By default, dhtmlx scheduler uses a select bar for each event for week view:

http://docs.dhtmlx.com/scheduler/api__scheduler_select_config.html

Is there a way to use it in month view?

Kr1
  • 1,269
  • 2
  • 24
  • 56

1 Answers1

2

It's impossible to show selection menu in month view. But you can enable 'Quick Info' extenstion, it provides a popup with the same functionality and can be used in all views.

Check the example and related docs

Paul
  • 1,656
  • 11
  • 16
  • Nice alternative! Thank you – Kr1 Feb 27 '14 at 17:15
  • Hi, actually I tried to enable 'Quick info' extension, but now when I click in a day, I get an error: TypeError: scheduler.isOneDayEvent is not a function. Any idea how to solve that? – Kr1 Jun 06 '14 at 14:06
  • hi, most probably your js files (dhtmlxscheduler.js and dhtmlxscheduler_quick_info.js) are from different versions of the component. dhtmlxscheduler_quick_info.js is from version 4.0, while dhtmlxscheduler.js is probably from v3.7. The inner API's has became incompatible between version change. Try to use scripts from one package – Paul Jun 09 '14 at 17:30