Questions Tagged lite
Day Pilot Help -- Always directs me to todays date.
Hello, I'm using the Day Pilot Scheduler and I have a problem. I have three aspx pages (Scheduler, NewEvent, EditEvent). When I load the app. It takes me to the current day (5/28/2010). Which it shou...
Error adding control to VS2008 Toolbox
When I attempt to add the control to my VS2008 toolbox I get an error loading types from assembly... Request for the permission of type 'System.Web.AspNetHostingPermission, System'
Scheduler
Hi, To get me started I'm using your Lite version of DayPilot. Re Scheduler: How can I handle my FirstDayOfTheWeek being a Saturday (rather than the Sunday and Monday options offered) We hire stuff o...
Slots in Chrome browser are display as empty boxes.
Answered: I used this to fix this problem TimeRangeSelectedJavaScript="FixWidth();" VisibleRangeChangedJavaScript="FixWidth();" function FixWidth(){ document.getElementById('ctl00_ContentPlaceHolder1_DayPilotS...
How to change events time from 0:23 to example 8:17 [Source]
Hi, could anyone help me where in source code i should change settings of event duration time frmo 0:23 to 8:17? I would be grateful for any help which help me to solve this problem. Adam
Help with future dates
Hi, I am displaying future months and the code works for the month Here is the code checker2.StartDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1).AddMonths(1); checker2.Days = DateT...
Multiline header doesn't match up with times
My header format is setup as: HeaderDateFormat = "dddd MM/dd/yy" which displays as Tuesday 2/23/10 The problem with this is that the header above the times is only one line high, which the date heade...
Disable the clicks
Answered: putthebelow codein the page_load() and try... Schedular.FreeTimeClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack Schedular.EventClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack
How to set color for individual event in Day Pilot Lite???
I am trying to change the code to have the color coding for individual events when they are created by following the code changes mentioned in this thread http://forums.daypilot.org/Topic.aspx/420/da...
CellGroupBy in Scheduler Lite edition - Diff between Lite and Full version?
Is CellGroupBy possible in the Lite edition of the Scheduler? My lite version of the scheduler does not have any column groups. I looked to see if it was noted in the differences between versions on ...
Day View customization
In the dayview there are so many columns like maximum simultaneous events are there. But some events could be wider because there are not so much events at this. But the column is to small. Can I cor...
Request for permission error
Forgive me for being new to this... When I follow the instructions of installing DayPilot lite, and then drag a new calendar control into my page, the build fails with the error: Error 1 Request for ...
string was not recognized as a valid DateTime
Answered: I found the error there was a row stored in my table with an empty date value, so the conversion to datetime couldn't be completed because of that empty string.
DayPilot Calendar - How to insert the day of week in it?
Hi fellas, i'm trying to insert in the header of my DayPilotCalendar, the Day of week that the day displayed is.... question: is there a way to do that without having to open the source of the contro...
DayPilot Lite Scheduler - not binding events properly in IE 6 / 7.
In DayPilot Lite scheduler, events are not binding to the Grid properly in IE 6 & 7. Whereas the same is working fine in IE 8. Kindly help me regarding this. Thanks in Advance. - Kishore
Add Event in Schedule Lite
Is it possible to add events in DayPilot Lite version. I can trap the OnClick event, show window and add details, add details to the table and I also bind it with the scheduler. But I cna't see event...
Problem displaying window to Add Event
This is the CreateEvent function function createEvent(start, end, resource) { alert("Inside Create Start = " & start.toString & " End = " & end.toString & " Resource = " & resource.toString); // var ...
Scheduler Lite: Duration of blocks
When i set the CellDuration to 30 (for 30 minutes) the related hour goes away and just 00 or 30 appear; why is that? Is there a way to have 90 minute blocks? Mucho grande in advance.
Changing the non business hours timings
Hi I am using this Day Pilot Lite in Intranet site . How can i change the business hours timings from 9 to 6? Thanks in advance
Error "DayPilotScheduler1 is not declared"
Hi, I installed the tools in the toolbox, added the dll in bin, even added reference of the daypilot, I still get the error "DayPilotScheduler1 is not declared" I use VS 2008 on Vista. Can you help m...
How to integrate and use in my web page
Hi I am new to using calender events. Now i want to use this calender in my webpage. I have added the dll to the toolbox. Now i want to know how to create an event and bind it . Kindly help me in thi...
EventBackColor scheduler Free busy
Is it possible to make different colors in the scheduler freebusy. Room A is red if it is busy - green if it is free or blue if it is reserved.
Sharp Develop with Day Pilot Lite possible
Hi I was going to try to use Day Pilot Lite with sharp develop, but I haven't been able to get it to work. Has anyone been able to do this? Thanks, John
How to shox timeline in daypilot Lite scheduler
Answered: I'm not sure what you mean, maybe this view? www.daypilot.org/demo/Lite/SchedulerTimeline.aspx You will find a source code of this page in the download package.
extending daypilot lite: adding another datafield; value lost at renderEvent
I added another datafield to the control and i seemed to have done it right. (Thanks to the very well writtenand documented source!). But i did not do it completely right, because in the procedure re...
Duration bar is miss placed in Right To Left.
Hi Duration Bar mis placed in a Right To Left layout. I think a RightToLeft Properity require. Best, Asad
How to do the custom initial scroll position?
I have a question to ask on the open source version of Day pilot. How to use the horizontal scroll bar like the custom initial scroll position?
Using DayPilot Lite With ASP.NET MVC (demo solution included)
Here is a working demo you can download and run: http://blogs.teamb.com/craigstuntz/2009/05/12/38297/ Any questions, please post them in my blog comments, as I may not see them here.