Questions Tagged lite
Can this be used as a timetable?
Answered: Yes, it can be used to show a timetable. You only need to transform your day value to a certain date. The easiest way would be to pick a year which starts on the same day of the week. That's the case...
allday event in open souce
Hi, I use daypilot calendar lite. I've found a good code at this topic (http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event) for add DurationColor field (i've added to back a...
No scheduler on a tab?
I set up a demo of the scheduler for a new application. I had everything working just fine, but then decided that I wanted to put the scheduler on a tab in a tab container. (I'm using .net 4.0 presen...
DayPilotMonth EventStacking Mode = Row
I've a problem because I'm using DayPilotMonth Pro and the EventStackingMode = Row. HowEver, in the event TimeRangeSelect with Handling=CallBack , I can't select two days to create a new event. Put o...
translate text "go to the next month"
Where can i translate text "go to the next month". For example in deutschland language.
DayPilotScheduler FreeTimeClickJavaScript return Resource Name for javascript function
I would like to add the resource name to the time that is being returned from the FreeTimeClickJavaScript property. I am currently calling freeClick('{0}'); - which returns the correct time... but I ...
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