Questions Tagged
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...
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
DayPilotMenu and ModalPopupExtender
Hi, I am using the DayPilotCalendar within a Ajax ModalPopupExtender. I am trying to show a contextmenu, but it is displayed below my ModalPopupExtender (and also behind the background css for the Mo...
How can i change the cell color of previous month and next month dates displayed along with the current month
Hi, how can i change the cell color of next month and previous month dates displayed along with the current date in Day:Pilotmonth contol please reply as early as possible
Scroll to Hour 8
Is there a way to have the DayPilot Lite control automatically scroll or select 8:00 am on intial page load? Say if Non-Business hours are available but I want it to scroll to 8:00 am by default. Tha...
Safari 3 support
Is Safari 3 support scheduled for version 5.0? I've noticed it's been on the roadmap for a while. We really miss it. Thanks, John
Scheduler: show tentative event times on load
Is it currently possible to emulate the Outlook behaviour, that when you open the Scheduler, in addition to all events associated with the Resources, it also automatically marks a time region that yo...
refreshCallBack as PostBack
Would it be possible to implement a PostBack equivalent of the refreshCallBack event? I'm having difficulties updating other control values when the refreshCallBack event is used which I think may be...
DayPilot Month control Problem in events
I am using Daypilotmonth control, i am using all events i-e EventMove, EventResize, TimeRangeSelected. i am updating and inserting records using these events. now the problem is that each event is ca...
Return to main Schedule page after opening popup to add new event
Hi, I'm still working on this.... :-) For the moment, I've abandoned using Javascript to add a new event because of the incorrect date issue. I've created an aspx page that pops up and adds a new eve...
Passing datetime back to DayPilotScheduler1.TimeRangeSelected
Trying to pass back a start and end dates from a popup window back to the booking schedule form but I get !An exception was thrown in the server-side event handler: ...unable to parse datetime: '06/0...
Date format
Hi, I;m following the code to create a popup window for a new event. The output from the scheduler to the output window for the start date is Sun,18 May 2008 00:00:00 UTC Is there a way of geting the...
Visual Studio 2008 hangs
Since I started adding Javascript to handle the TimeRangeSelectedHandling, Visual studio has started to use 99 percent of resources and not responding. This is when editing the an aspx page in source...
Create a new Resource booking in schedule by clicking on schedule date
Answered: News. I tried using TimeRangeSelectedHandling= "JavaScript" TimeRangeSelectedJavaScript = "openPopup(start, end, column);" and this as per example on site function openPopup(e) { window.open('booking...
Some more quick questions
Answered: Sorted number 2 by setting the Days = 1 and the StartDate = e.Date in the HeaderClick event and setting the HeaderClick type ot PostBack. Number 3 isn't important now but I'd still like to be able to...
Display week range date
I'm trying out the trial of the full version and have two images with hyperlinks wrapped around them to move to the previous and next week using the javascript call; javascript:progTT.refreshCallBack...