Questions Tagged
Problem with DayPilot Calendar in a DNN module
I'm building a DotNetNuke Module using DaypilotCalendar. My problem is that the dynamic comportment is not enable : no bubbles, no possibilities of drag and drop or editing the tasks. I think it is r...
Scheduler per year
Answered: Yes, it's possible. Here you can see something similar but showing one week per column. You can switch to one day per column by modifying CellDuration property to 1440 (one day has 1440 minutes). htt...
Chnage BusinessStart and End hours programmatically on command call back
Hi Dan, Everything worked fine with my DayPilotNavigator(DPN) & DayPilotCalender(DPC) until I decided to change BusinessBeginsHour & BusinessEndsHour programmatically. So here is my scinario. I have ...
Event Title readable at all times. - Scheduler
Hi, We are evaluating the DayPilot control. One of the requirements is the event title must be readable at all times, i.e. the event text not cut off in the browser but also when printing. I am so fa...
XSS ISSUE
Analysis Tool: Microsoft Code Analysis Tool .NET (CAT.NET) CTP Problem: A cross-site scripting vulnerability was found through a user controlled variable that enters the application at :0 through the...
DayPilot Scheduler moving jobs beyond current view
Is it possible to move a job beyond the current view with Scheduler. If i grab a job and try to move it beyond the currently displayed view nothing happens. It should scroll to allow the job to be mo...
scheduler in masterpage
Hi to everyone, I'm trying to put the daypilot scheduler onto a page which inherits a master page. But the scheduler does not scroll to today' s date. Is there anyone wo can tell me what I'm doingwro...
Daypilot Calendar - Make all events non editable and allow new events to be added only to open slots
I have made configured the Calendar to display exactly how I want with multiple resources and columns. I want to render all the existing events as readonly (not editable, not movable). Also I want to...
How to add week numbers to Daypilot navigator
Hi! Is there a way to add week numbers to Daypilot Navigator (like in Outlook) ?
Code Behind Usage: Calendar and Navigator cannot be instantiated in code behind?
Sorry for the repost, but I've spent nearly two days now trying to get the calendar/month controls and the navigator control to work inside a SharePoint WebPart and I have learnt some new facts which...
Navigator and Calendar not connecting
Hi, I'm struggling getting a navigator and month calendar connected inside a (SharePoint) Webpart. This restricts me to doing all coding in the code behind. To isolate the problem I've recreated the ...
Day Pilot Thems Issue
i am not Able to apply the thems in .net i am using Day pilot calender CssClassPrefix="calendar_silver_" the Css is in the CSS file and there is a MODULE folder as like day pilot demo but not able to...
Tag is not Working in Day pilot Calender on DayPilotBubble1_RenderContent
i am not able to see the re. Tag Property on Render Content on i can See my Code is That Is in .Net protected void DayPilotBubble1_RenderContent(object sender, RenderEventArgs e) { //if (e is RenderE...
Day pilot Calendar height issue
Hi,Not able to give fixed hieght to panel which contains daypilot calendar.It behaves wierdly kind of overlaps and streches out of the panel
DaypilotMonth Shows Repeated week for November month
Hi Dan, DaypilotMonth is repeating the last week for november month when i add BeforeCellRender event. Please look at below code. Design HTML Code --------------------------- <html xmlns="http://www....
Day Pilot Pro 5.7.1890 - Any known issues with Drag and Drop
Are there any known issues with Reschedule of an event by drag and drop ? Also On clicking the cells we are not getting the employee ids from the columns. We read the employee id of the TP selected f...
Day Pilot Pro 5.7.1890 - Clicking on Header Server Error
When clicking on the header the a server error occurs inside the control. The following is the error thrown. This action type is not supported: HeaderClick Stack Trace at DayPilot.Web.Ui.DayPilotCale...
VisibleStart Date of DaypilotMonth calendar is not accurate
Hi Dan, DaypilotMonth Controls Shows StartDate as 10-25-2009 and EndDate as 12-05-2009 for November month. But VisibleStart Date is 11-1-2009 (which is not correct) VisibleEnd Date is 12-06-2009 (whi...
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...
Support For Resouces And Locations
Does PayPilot Pro have a way of coping with Resources and Locations. This would be required if, for example, you want to schedule events in different rooms with different equipment or in a hospital e...
How To Change the HeaderDateColor of the Selected Date ????
Hai All, Actually I'm new to ASP.net...But the tutorial of this Daypilot helps me to learn so many things related to ASP.net as well as Daypilot...I started mofiying the daypilot demo program which i...
DayPilotMonth Shows incorrect dates when i add "BeforeCellRender" event to it
Hi Dan, I am trying to implement a functionality like when the user clicks on day number in a month calender, it will take the user to Day View. Please look at belowCode: <DayPilot:DayPilotMonth ID="...
Move Event Bug
This bugs only happens in Windows Vista SP1 IE8. Wenn i move an event downit jumps to the top. It only happens we the calendar is scrolled down. To recreate this bug go to: https://www.daypilot.org/d...
Lose the line between columns in week view in IE8
I have an aspx page inside in Iframe. The day pilot control is set in a scrolling div on the .aspx page. The height spec is set to full I have button above the div which switch the day pilot from day...
DP Month and Context Menu applied in BeforeEventRender
DP v 5.7.1904, FF3.0.14, IE 8.0.6001, using DayPilot Month I'm trying to override the context menu on specific events in DayPilot Month. I've tried using the following, but it results in no DayPilot ...
Adding Separators After CallBack
Can you only add separators to the Scheduler atpage load? I try to add a separator(s) after a callback where I change the StartDate, but the separators do not show. Thank you.
How to use double click with scheduler
I want to use the doubleclick event to allow my users to take an action on a time range using the scheduler in resource mode. I find that whenever I try the double-click the time rane selection is lo...
VisibleEnd property of DaypilotMonth calendar is not accurate
When i use VisibleEnd property of DaypilotMonth calendar i am getting different date other than the end date which is shown on the DayPilotMonth Calendar. VisibleStart is working fine but VisibleEnd ...
How to show back-to-back events using full width of calendar cell
In our app, we have many events that occur right after each other. For example, one event starts at 7:00 AM and finishes at 8:00 AM. The next event starts at 8:00 AM and finishes at 9:00 AM. In the C...
Changing the height of calendar at runtime does not seem to work
Hi, One of the specification of my page is that the calendar has to fill out its container div. so after the page load I fire a Refresh event nad change the height of the calendar.. after which I iss...