Calendar Formatting Queries
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=4057
Printed Date: 22 November 2024 at 1:08am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Calendar Formatting Queries
Posted By: dneilsen
Subject: Calendar Formatting Queries
Date Posted: 25 April 2006 at 9:48pm
ok
I have a few queries with regards to the calendar month view control.
Is there a way to display the month view with seven columns instead of the default 6 column format? Merging of saturday and sunday is causing me difficulties due to lack of display room.
Also, is there anyway that I can change the columns of the days. eg. Have the weekends of the month in a dark yellow, the working days in a light yellow and the days from previous months in a grey?
|
Replies:
Posted By: dneilsen
Date Posted: 26 April 2006 at 1:49am
ok, I figured out how to format the view and set the work week mask.
For others that may be looking for the same thing here is the options..
myCal.Options.FirstDayOfTheWeek = 1; myCal.Options.MonthViewCompressWeekendDays = false; myCal.Options.WorkWeekMask = CalendarWeekDay.xtpCalendarDayMo_Fr;
I still have not been able to figure out how to shade the workweek masked days a different colour to the weekend days in month view. Does anyone have any idea for to do that?
|
Posted By: sserge
Date Posted: 26 April 2006 at 8:19am
Hi,
This is not possible for now, but could be availabe in next versions when enhanced themes customizations will be available.
-- WBR, Serge
|
Posted By: dneilsen
Date Posted: 26 April 2006 at 6:04pm
ok, ill stop looking for how to do it then
If you guys could add it to a future inclusions list would be appreciated
|
|