Questions Tagged
DayPilot Assembly and namespace Renaming
Hi , I have renamed my daypilot Assembly and namespace in my project to to Daypilot_old.By changing the name of all the namespaces and Assembly in the Daypilot component and re-referencing them in my...
Drag&drop event from an external source
Hi, If darg an event from external source to scheduler (year, month and week view), the start date time of the event always start from 00:00:00, if the external event contains the start date time pro...
SelectEvent after TimeRangeSelected
On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...
How to change the style of DaypivotMonth?
Daypivot month controls position seems to be absolute..How can i change it?
It is possible to use event bubble outside the daypilot Calendar?
I wish to use event bubble outside the daypilot calendar when I mouse over a linkbutton. It is possible?
Camtasia 5.0 recording software disables bubble hover in DayPilot Calendar
We are about to release our new schedule control and are making our standard videos for our users which records screen work flow using Camtasia Studio. Everything works great during the recording exc...
Is it Possible to Reverse the Time and Date Display?
What I need is to display the Hours (Time) horizontally and the Days vertically. For example: Date: 12 AM 1 AM 2 AM 3 AM 4 AM 1/1/2008 1/2/2008 1/3/2008 Is this possible? Thanks -Mark
Events overlapping the week column
Using the DayPilot lite I have a weekview split into 5 days. I have about 10 (all-day) events happening on day 1, when I view the calendar the last even on day 1 overlaps slightly onto day 2 (it basi...
How to remove the Demo text from DayPilotMonth Control
I used DayPivotMonth Control .But in the left corner its written as Demo..How can i remove that?
DayPilotCalendar1_TimeRangeSelected not reporting correct date
When the DayPilotCalendar1_TimeRangeSelected fires the e.start date is not correct. Even though the DayPilotCalendar1.StartDate is correct before the event fires when capturing this event the DayPilo...
Amending the Event editing textbox size
Hi Dan, When editing an event on the scheduler it gives me a multiline textbox which is around 80px wide and about 16px high. Is there any way of increasing the size of this? Thanks.
Displaying events with no end date
A client of mine, a yacht club, has events where the is a definite start date & time but nospecificend date & time (the race could take5 hours in light winds or1 hour in strong winds). So they do not...
DayPilotMobile Display
Hi - I have DayPilotMobile working fine butcannot find a way of editingthe text that has the FreeNavigateURL associated to.in the case I get some text with a link eg '* 1440 min'. The link works fine...
Direction ="RTL" + HeightSpec="BusinessHours" in FF - The Scroll getts messed up
Hi, In FF when using the scroll - HeightSpec="BusinessHours": the headers don't align with the columns.
parse DateTime error in DayPilotCalendar
I'm getting "Unable to parse DateTime: 'NaN=NaN-NaNtNaN:NaN:NaN' string was not recognized as a valid DateTime. I'm using TimeRangeSelectedHandling="CallBack" and the error occurs as soon as I click ...
Day Pilot Lite Calendar - RaisePostBackEvent not triggering
Hi, I'm using Day Pilot Lite Calendar, and having problem with events. If this control is used in a simple web form then everything works fine, and post-back events for EventClick and FreeTimeClick a...
DOCTYPE for Day Pilot Lite Calendar
Hi, I am using day pilot lite calendar, and I'm having problem with DOCTYPE. <!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"" > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona...
How to show Year with month name in monthview control
Answered: You should handle BeforeCellRender event and change e.HeaderText. See an example from Demo/Month/CustomRendering.aspx.cs (visible as www.daypilot.org/demo/Month/CustomRendering.aspx). This example se...
When Setting Direction ="RTL" Event Move gets messed up
Hi, First I have to say the DayPilot is a greate calendar and very easy to use, great job !! About the Bug (I tryed ver 4.9.1481): I set Direction = "RTL" and when the user try to move an event to mo...
Which version stable?
There are so many version in daypilot. Which version are more stable when working with update panel.
Issue with Bubble in IE
I've wrapped the daypilot control into a sharepoint webpart and is having an issue with Bubble control basically the bubble works perfectly if i use FF to browse to the sharepoint site, it doesn't wo...
Integrate with Google Calendar or Outlook
I need to figure out a way to sync my DayPilot calendar with my Google Calendar and with Outlook. Maybe like a batch import/export of events. Does anyone have any idea how I might do this? Thanks!!
Integrate with Google Calendar or Outlook
Answered: I believe this is not a difficult task - but it's outside of the scope of DayPilot. DayPilot will show what you feed it with (usually from your own DB) - it's just a UI control. Several thoughts: Bot...
Internet Explorer cannot open the internet site
I get this error dialog on IE 7 sometimes when trying to load the DayPilot calendar. Googling it appears to tell me that I am trying to access an element before the closing tag has been written out. ...
More than 1 color in an event
Hi, I would like to know if it's possible to have more than 1 background (or text) color in an event box ? For example (1 event) /-------------------------------------/ /----------Text in red--------...
How to increase width of resource column in Daypilot scheduler
hi dear. please let me know that how to increase width of resource column in scheduler. Thanks...
Show the minute range of the hour columns in DayPilot Calendar
Hi! I would like to know if it could be possible to show the minute range in the left hour column of DayPilot calendar, as say for example, I have 4 cells per hour, so at the moment, it displays only...
After dragging and dropping I need to update a text control
Hello, After successfully dragging and dropping an event from an external list of resources, the EventMove event successfully fires, but I need it to update a text control on my page. I have tried se...