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

Drag and copy

Asked by Philippe Méric
14 years ago.

Hi,

We are buyingyour Daypilot Control from a frenchsupplier (we are an administration)and we are testing an extern drag and drop from a gridview

All is ok exceptwe wantto drag an copyand not a drag and move.

Could you give us a way to undo the destruction of then source element or to refresh the gridview( the refresh in the DayPilotScheduler1_EventMove doesnt work) ?

Thank you for your response and your help

Regards

Answer posted by Anonymous
14 years ago.

hi there,

You can put null into first param of the dragStart function, something likes below:

DayPilotScheduler.dragStart(null, 60*60, "1", null);

Cheers,

andy.

Comment posted by Philippe M�©ric
14 years ago.

Thanks for your reply!!

It runs very well

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