Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Timetable resize and dragging (Read 3330 times)
lelio
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Dec 28th, 2010
Timetable resize and dragging
Dec 28th, 2010 at 11:27am
Print Post  
Hello people,

I'm evaluating your WPF control, but there are some things I'm unable to do when I show the Timetable view:

a) what's the way to disable the feature that makes appointments draggable (ie: that allows the user to change Appointment time)?

b) is there a way to prevent the user the chance to resize (ie: change the duration) of an Appointment?

c) showing appointments owned by different Contacts, what's the way to allow an appointment to be dragged from a Contact to another one? By default you can drag only within original Contact columns, but your demo does it.

Thank you in advance.

Bye,
Lelio
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Timetable resize and dragging
Reply #1 - Dec 28th, 2010 at 11:39am
Print Post  
Hi,

1, 2) You can set the AllowMove, AllowResizeStart and AllowResizeEnd properties of individual items to false. Alternatively, you can handle the Calendar.ItemModifying event and set Confirm to false.

3) You need to press and hold the key specified by the ItemChangeReferenceKey property, ALT by default.

Let me know if this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
lelio
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Dec 28th, 2010
Re: Timetable resize and dragging
Reply #2 - Dec 28th, 2010 at 11:56am
Print Post  
Dear Meppy,

perfect, thank you.

Bye,
Lelio
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint