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

Start rectangle selection on event

Asked by Sergio
2 years ago.

Hi,

I'd like to start a rectagle selection on events. If I press 'shift + click' it starts the rectangle selection with no problem, but I'd like the same behaviour without 'shift' key.

I've tried this:

dp.onGridMouseDown = function(args) {
args.action = "RectangleSelect";
};

But it only works when the selection starts outside an event.

Is there a way to start a selection on events without pressing 'shift' key?

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

At this moment, this is not supported. The mousedown on event will trigger event moving, unless you hold the Shift key.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.