Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Read-Only Timetable View (Read 3575 times)
punkcoder
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Nov 9th, 2006
Read-Only Timetable View
Dec 5th, 2006 at 7:47pm
Print Post  
Is there a property that can be set to make the grid Read-Only in Timetable View?  I need it to where the user can see everything in the view, but cannot add, move, remove anything.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Read-Only Timetable View
Reply #1 - Dec 6th, 2006 at 5:57am
Print Post  
Unfortunately there is no single property that can get the job done. However, you can set several properties instead, to achieve similar functionallity. Set Calendar.AllowInplaceCreate and Calendar.AllowInplaceEdit to false and ensure that every single item in your schedule has its AllowMove, AllowChangeStart and AllowChangeEnd properties set to false as well. You can also handle the Calendar.ItemSelecting event to prevent items from being selected.

Meppy
« Last Edit: Dec 6th, 2006 at 12:06pm by Meppy »  
Back to top
 
IP Logged
 
punkcoder
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Nov 9th, 2006
Re: Read-Only Timetable View
Reply #2 - Dec 6th, 2006 at 11:26am
Print Post  
Thank you.
  
Back to top
 
IP Logged
 
madrider
YaBB Newbies
*
Offline



Posts: 15
Joined: Jul 30th, 2007
Re: Read-Only Timetable View
Reply #3 - Jul 30th, 2007 at 9:09pm
Print Post  
Can I do that for a range of days? for example disable Mon and Tues and allowing editing ofr the rest of the week?




Madrider
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Read-Only Timetable View
Reply #4 - Jul 31st, 2007 at 5:06am
Print Post  
You can apply technique similar to the one described here: http://mindfusion.org/cgi/Forum/YaBB.pl?board=calnet_disc;action=display;num=118...

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint