Active Questions
I got Exception lke: Instance of JsonData doesn't hold a double
When iresize event in the demo applicationof the daypilot pro,Its giving exception like "Instance of JsonData doesn't hold a double".please give me reply as soon as possible thanks, Ganapati Panapana.
printing problem in header datetime
hi am getting printing problem in scheduler header, i am using zooming in that header.it is showing java script in where i need date.please find the attachment. please help me.
daypilot schedular printing issue
Answered: If the scheduler works the same as the Month control, n the relevant Before_Render event, check Control.IsExport before writing your HTML (you can export with plain text instead)
how to set schedular resources the witdh
Hi, how i can set the width of schedular resources the length of content is 200 no. while printing i m getting same problem
Event relationship feature
Hi, Would be possible to add some sort of event relationship? For example, I would like to be able to specify that Event 2 depends on Event 1 and show an line with an arrow from Event 1 to Event 2. W...
Reject new values from server-side
Hi, I’m using DayPilotScheduler resize event, to update new start and end dates of my events into data base. Before accept those changes, some server-side validations are done and new values must be ...
ShowNonBusiness="false" does not return the intended result
dpScheduler.BusinessBeginsHour = 09; dpScheduler.BusinessBeginsHour = 17; dpScheduler.ShowNonBusiness="false"; The control only shows 17:00 and 18:00 hour columns. If I remove the ShowNonBusinessHour...
Problem with modal popup
Hi, my aspx page use Daypilot calendar 6.4.2251.1. Here I place an update panel that is show as modal popup on click events in the calendar. The event is EVENTMENUCLICK. The modalpopup extender is li...
Small IE layout issue with Calendar
Answered: Thanks, Richard. It's fixed now in build 6.6.2364. You can download and test it in the sandbox: http://www.daypilot.org/sandbox/Calendar/ScrollingArea.aspx See also: http://www.daypilot.org/daypilot-...
Hiding Context Menu
Answered: Disabling the tooltip (for all controls): ShowToolTip="false" The Bubble (http://www.daypilot.org/bubble.html) will be closed automatically when the context menu is open. The workaround for closing t...
Help! How to Hide Date in Events?
Answered: In the Calendar (http://www.daypilot.org/calendar.html): ShowEventStartEnd="false" In the Month (http://www.daypilot.org/month.html): ShowEventStartEnd="false" In all controls: Using BeforeEventRende...
Plan multiple resources in the scheduler in one go?
Answered: This can be done, but: 1. You need to separate the actual events from resource links in you database. Each event could be possibly linked to several resources so you need one more table for the link....
Set different business hours for different days
Answered: The BusinessBeginsHour and BusinessEndsHour properties should only be set once and before the cells are generated (i.e. before BeforeCellRender). Chaning BusinessBeginsHour inside BeforeCellRender ha...
how to set daypilot calendar width as auto?
Answered: It is possible to use Width="100%". This will set the control width automatically to fill all the horizontal space (subject to the CSS width rules). In the Calendar (http://www.daypilot.org/calendar....
Possible to move event labels on horizontal scroll in scheduler?
Answered: This is indeed quite difficult at this moment. But maybe the Bubble could help here, although I understand that it's not exactly what you were looking for. http://www.daypilot.org/bubble.html The Bub...
Refresh data of navigator while calendar update
Answered: It is necessary to update the Navigator using a separate request called from DayPilotCalendar.AfterRenderJavaScript.
AfterRenderJavaScript="dpn.visibleRangeChangedCallBack();"
See also: http://kb...
event selection with PostBack
Answered: You should set EventClickHandling="Select" and EventSelectHandling="PostBack". EventSelect will be fired on the server side.
Open PartialView in Modal Window
I have looked at the article on How to open a new event dialog using TimeRangeSelected event using modal.js and wondered if anyone has done this using the Razor engine of MVC 3? The article loads an ...
Image in event will trigger the EventMove event
Hi, I also have the same problem as the one reported by neokglitch on 10/13/2008.
shift between the dates and times of resources
I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...