Drag & drop from other componens to Calendar |
Post Reply |
Author | |
hicus
Newbie Joined: 02 October 2006 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 25 October 2006 at 10:27am |
For example, you want to drag "Name" from data grid and drop it on the CalendarControl to make new CalendarEvent with subject "Name" at exact time where you dropped event on CalendarControl.
For that purpose, when you move mouse over grid with left key pressed on "Name", new CalendarEvent is created with subject "Name". If you don't specify begin and end time of event, it will be "00:00:00" by default. The problem is, when you set AllowDrop property on true for Calendar control, there is no event for handling actual drop on CalendarControl. Calendar control has property "AllowDrop", but there is no event for handling actual drop on CalendarControl. Is that true? If it's true, is there another way to do drag and drop from some other control to CalendarControl? |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Unfortunately, dragging from other controls is not yet supported. This is to be included in some of the next versions...
-- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |