Active Questions
Prevent event overlapping
Dan, Great product, I am loving it. I have successfully integrated with the built in .net calender and am able to add and remove data at will. After looking through the other topics though it seems p...
Resolving paths in TreeImageCollapse
Hi, Not sure if this is a technically bug or afeature request, but the TreeImageCollapse property in DayPilotScheduler doesn't resolve normal ASP.NET paths. For example: <DayPilot:DayPilotScheduler I...
Huge(30 sec. just on server) performance problems with 30 days for 300 resources for aprox. 4000 events
Answered: Hi Darko, Please see the following checklist: kb.daypilot.org/28947/how-to-improve-speed-of-the-scheduler-when-showing-many-even/ The most important step would be to upgrade to 6.2 SP3. It doesn't st...
Invalid JSON primitive error when in DOT NET NUKE
Is there anyone that can help me, please? i tried to use the DayPilotNavigator in a DNN application. when iselect the month on the left of the calendar, or i use the filter, the application raise the...
No scheduler on a tab?
I set up a demo of the scheduler for a new application. I had everything working just fine, but then decided that I wanted to put the scheduler on a tab in a tab container. (I'm using .net 4.0 presen...
When selecting a date range in week calendar, firefox returns weird date
When I am selecting a date range in safari, it formats the date like... December 6, 2010 12:45:00 PM EST In Firefox 3.6.12 it returns it like... Mon Dec 6 12:45:00 2010 My SQL server is rejecting fir...
DayPilotMonth EventStacking Mode = Row
I've a problem because I'm using DayPilotMonth Pro and the EventStackingMode = Row. HowEver, in the event TimeRangeSelect with Handling=CallBack , I can't select two days to create a new event. Put o...
Invalid argument. (JavaScript)
Since 6.2 I get for every JavaScript-Call an InvalidArgument exception and then the exception points on this: $13.style.width=$11+"px" It doesn't matter if i want to filter, to delete an event, to se...
Line Break in Calendar Header
Answered: I would probably use custom generated columns and assign each column one child column. This is a workaround but you should be able to achieve the same effect. www.daypilot.org/daypilotcalendar-column...
weekview calendar with resource header?
How to create weekview calendar with resourse and week on header?
you guys are awesome!
just thought id say you guys have put out a great tool, and i love to see the updates that are pretty much every month. great work!
vertical Scroll Position to current hour
I would like the calendar week view to scroll to the current hour. So if it is 3pm, I don't see 9am stuff at top, I see 3pm at top. Anyway to do this either server side or client side? Thanks!
Calendar Export
Hi Dan, When I try to export an image of the calendar I get the error 'Object reference not set to an instance of an object.' This also happens on the demo page as well. I am using 6.2 sp2 Thanks
Very slow in Internet Explorer
Hi. My question is why in Internet Explorer 8 a calendar refresh is spending up to 3 seconds and an event move 1 second, while in Chrome it is immediate... I use a calendar with resources. Am I doing...
DayPilot SQL Sample application
Answered: But now I see that the original code is not quite right, it should read like this: WHERE NOT (([eventend <= @start) OR ([eventstart] >= @end)) and the alternative should read like this: WHERE ([event...
Script error in build 2154 : this.nav.message is undefined
With build 2154, when I try to update a calendar using calendar.commandCallBack("navigate", {start: start}), I get a script error: Firefox: this.nav.message is undefined IE8: 'this.nav.message.style'...
Dynamic Context Menu - No longer works after upgrade
Hi, In all versions of Daypilot prior to 6.1 I created context menus from a dynamic dataset. I recently upgraded to 6.1 and the menus no longer work. When I right click on an event,the context menu n...
Moving and Resizing in IE 8 issue
Hi, i'm evaluating the Calendar (dll version 6.1.2116.1) and it is giving me a strange issue in Internet Explorer 8 (8.0.6001.18702) (not in Chrome nor Firefox). I use Resources CellDuration="15" Cel...
how to add two row in calendar?
I want to add two row on header of the calendar. first row contain current date and second row contain no of coloum with dynamic resource coming from database.
how to add time on the left and resource on the top side
i am using daypilot scheduler i want time on the left and resource on the top please provide me any solutions for that.