All Questions
Resource View Question
How can i disable 12am - 12am in resource view. The control will auto add the time range for me.
Compatibility with VS2008 SP1 Beta and EntityDataSource
I setting the DayPilotCalendar.DataSourceID to an EntityDataSource under VS2008 SP1. At runtime, I get the following stack trace. Please assist, as I need to be able to bind to an EntityDataSource: [...
Display time-slot cells with different color
Hi, I'm a newbie for DayPilot Lite. I would like to have the Free time-slots cells as well as Events cells with different back-color according to the condition I set. Is this possible with DayPilot L...
Disable TimeRangeSelectedHandling for specific resources
On day pilot calendar, is it possible to override the TimeRangeSelectedHandling method at resource level, as I want the user to be able to create events for some resources but not others.
DayPilotMonth1 Control doesn't load the new created events
Hi All, I hope some to help me on this. I created 2 pages in ASP .NET. One that contains the DayPilotMonth control to show all the events and another one to add new events to my calander via text box...
No Effect on DayPilot Calendar
I integrated DemoSQL into my site and when I click on the small calendar, there is no effect on the day pilot calendar. The date is not changing.
Month View Format
Is it possible through the open source for me to alter the Month view layout. As well as the seven days of the week, I need an extra column on the left to say the week number Plus a code as to where ...
All day events broken
I am trying to use the DayPilot Pro control on my company's site, and I seem to be having a couple of major display issues, mostly with All day events. Whenever I render a calendar with an all day ev...
<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>
I copied all files of Demo into my web site's folder. When I try to view the default file I am getting an error like this- <%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayP...
Daypilot Schedular
Hi, is it possible to add custom event for daypilot schedular like event double click and timerange double click. if i want to see only days if i select 7 days in schedular what could be the cell dur...
white space to enter the event details
I am modifying DemoSQL. When I click on create new event it does not bring the white space for me to enter the event name and comment. It enters the start time and end time to the database. How can I...
Javascript Function
I am modifying DemoSQL. When I click on create new event it does not bring the white space for me to enter the event name and comment. It enters the start time and end time to the database. How can I...
Object Oriented Prgramming
Hi, I am trying to modify DemoSQL. I am using 3 tier achitecture.How can I use an object to insert the New Event into the database? Thanks
Changing time format on events in Month calendar
I have been integrating the DayPilot into my website www.teamyell.co.nz for the last few days. Have a look at www.teamyell.co.nz/abc/eventsin a day or two (once I deploy). My site displays timein the...
Localization resources
Hi Dan, I would like to know if DayPilot is planning externalize the resources used for localization. (I guess some resources are used internally) Indeed, by doing this, we could have more control ov...
Issue: PNG Export (Resource view when heading row turned off)
Although the header row is set not to render, the header row still renders and displays Most of the header row is blank excerpt for the 1st resource
Event innerHTML when Printing
Dan, The new print export function works great thanks. But one problem I've found is that any html code added to the InnerHtml of an event just shows as text rather than rendered html. example e.Inne...
How do I refresh the dataset with refreshCallBack
Hello, Right now, I'm loading an entire year's events in the dataset for my calendar. Then I have "Next Week" "Previous Week" buttons to jump from week to week using the javascript:refresshCallBack c...
e.InnerHTML Hyperlink error for MonthView
Hi, I am having problems trying to get a link to work if a single event has to carry over to the next week (say if an event lasted 10 days). The HTML does not seem to recognise the link in this situa...
customize events (backcolour etc) using BeforeEventRender for Month view
I have attempted to use BeforeEventRender for changing background colour in the month view however this event is not being triggered. My code is as follows: Protected Sub DayPilotMonthX_BeforeEventRe...
Do I need to filter out events outside datarange shown in DayPilotScheduler?
Hi, I've got SQLdatasource as a source to a DayPilotScheduler. At the moment the Datasource returns all events. Do I need to put in a WHERE statement on the Procedure the DS uses to just return booki...
Year View
Is there any way for displaying a view that shows only years and months? I'm looking to apply this for equipment scheduling that is done on a monthly basis.
Localization
Hi, I tried localization and everything works fine except 1 thing: when week view is selected, it is not localized. Is there a work-around for that ? Would it be possible to fix that ? Thank you, Max
Drag and drop an event between resouces in resource view
Hi, How can I drag and drop an event between two resources in the Schedule resource view? I've got it working so I can move between dates on same resource, but the client wants to drag and drop betwe...
How to display Day (Monday etc) on Resource schedule
Hi, How can you show the actual day with the date on the Resource Schedule view? Thanks
How do I set time cell intervals to be 15 minutes instead of half an hour ?
Thank you very much for any help or directions to an answer if that question has already been answered.
code for databinding
Can anyone help me with the code for databinding. I tried myself but not working
Problem with callback handling of oneventmove
I have the following defined for the daypilotcalendar: ... EventMoveHandling="CallBack" oneventmove="DayPilotCalendar1_EventMove" ... When I try to move an event, I get the following exception: An ex...