Questions Tagged lite
Mutiline for daypilot cell
How to bind strings as multiline to daypilot ? i have tried like this dr["id"] =" Hello" + System.Environment.NewLine + " + "Daypilot""; its not wrking Any Help??
Event text without eventstarttime and eventendtime
How can I modify the source that the event text without the eventstarttime and eventendtime just like EventStartTime="false" and EventEndTime="false" in Pro?
Feel really dumb. How to create a project in VS2005 using source code
Answered: Hi Justin, Please take a look at www.daypilot.org/tutorial.html. It's a step by step tutorial that might help. Please let me know if there is something not clear enough in the tutorial.
Day Pilot Lite Scheduler hide the Non-Business hours
Can I hide the Non-Business hours in the Scheduler? And Is there are way to reverse it so that the resources appear as columns while the time appears as rows? Thanks.
Bank Holidays
Hi, I am using the Scheduler lite version and have a working system which displays events while skipping weekends and bank holidays (Public holidays such as Xmas Day, Boxing Day, Easter Monday etc) t...
problems on daypilot Lite
i already added the dll of daypilotLite but it only appears on my toolbox a readonly daypilot icon how can i use this..now
Can I change the hour box from 1 to 1.30
Hi. My customer requirement is to divide the day not by hours. He wants it to be 90 mins. Now the hour dividing line is for one hour (60 mins). Can I change it to 90 mins??
Problem with long events
Hey. I'm using DayPilot Lite and I "think" I have a problem. When I have a long event (eg: starts today and have a week of duration), when the events render in the calendar, just the box within today...
daypilot for windows form
Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...
How do I add context menu to DayPilot Lite demo?
I got the Day Pilot Lite to work on my machine. I want the context menu that opens with a right click to work with the demo? Is it only available with the Pro version?
Pressing a button to schedule an appointment
hi, I have an application where if i click a button called schedule i will need it to automatically put the information that i enter on the schedule. Is this possible with DayPilot Calendar? Thanks,
Being able to accont for a late appointment?
Hello, I am interested in using DayP ilot for an application I am building. What if someone has an appointment scheduled for 10:00am and they are running 15 minutes late. Is there anyway to push that...
Showing the Saturday in DayPilot Calendar
Hi, I need help in showing the saturday events in daypilot calendar using vb... Thanks a lot :)
Firebug Error: e is not defined
Hi, I'm using the latest version of DayPilot Lite. I'm trying to handle the event click events on the client side using the code from the tutorial section but the event object is not being instantiat...
Scheduler Lite: Set Scroll Position or Limit the hours displayed
Is it possible on the Scheduler Lite to either set the intiial scroll position so that the initial business hours are displayed without having to scroll over? Otherwise, is it possible to limit the d...
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.