search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler: Prevent Javascript Popup on Cell Click

Asked by JJ
6 years ago.

Hi

When I left-click in an empty cell, a JavaScript Popup appears, displaying the cells date and time range (see attachment).

The "TimeRangeSelectedHandling" is set to "JavaScript", because I need the context menu functionality. Is there a way to surpress this JavaScript message while keeping the context menu?

Thanks a lot for your help
JJ

Answer posted by Dan Letecky [DayPilot]
6 years ago.

Yes, you can simply override the default TimeRangeSelectedJavaScript value with an empty string:

<DayPilot:DayPilotScheduler
  ...
  TimeRangeSelectedJavaScript=""
/>
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.