Active Questions
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.
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 ...
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...
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
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...
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...
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...
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...
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...
Configurable Left Calendar Bar
Answered: Please see this topic: http://forums.daypilot.org/Topic.aspx/419/display_time_on_the_left_in_15_minute_intervals
DayPilotScheduler width problem with Firefox 3.0
Hi, there is a problem with DayPilotScheduler in Firefox 3.0. The width doesn't respond properly : it goes further than the actual window. Can you fix/check that ? Thank you, Max
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...
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
code for databinding
Can anyone help me with the code for databinding. I tried myself but not working
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
Code Example for ResourceBubbleID
Hi Any sample code for using the ResourceBubbleID? I'd like to setthem the same time as the Resouces. Try conn.Open() reader = comm.ExecuteReader While reader.Read DayPilotScheduler1.Resources.Add(re...
ScrollPositionHour not working with DayPilotCalendar in AjaxControlToolkit.TabContainer
Answered: The problem is caused by DayPilotCalendar being placed inside a hidden div (style="display:none"). It's not possible to set .style.scrollTop for elements that are inside such a hidden div. Solution: ...