Active Questions
DayPilot Upgrade 5.4 to 6.2 SP5 - Event drag and Drop in Calendar - Issue - Critical
Answered: Setting EventMoveHandling to PostBack will prevent EventMoveJavaScript from being executed. You need to set it to JavaScript and fire the postback manually from the EventMoveJavaScript handler:
Eve...
How to update other controls on the page with callbacks?
Answered: You can use AfterRenderJavaScript and update the other parts of the page manually (JavaScript), as demonstrated here: http://kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/
Day Pilot Scheduler - How can I pass the DataValueField to a javascript function on EventClickJavascript event ?
Answered: {0} should get replaced with the DataValueField value (EventID in your case). See the following code snippets: DayPilotScheduler.cs
string val = DataBinder.GetPropertyValue(dataItem, DataValueFie...
JsonData, client-side array as a param
Answered: This code seems to be fine. This exception would be thrown if you used something like this:
protected void DayPilotScheduler1_Command(object sender, DayPilot.Web.Ui.Events.CommandEventArgs e)
{
...
Time header on Scheduler is not showing !!!
Answered: There is no internal limit in the trial version. How does the corrupted view look like? Can you please send a screenshot to support@daypilot.org? You may want to try to upgrade to the latest trial ve...
Resize calendar control to fill parent
Answered: Thanks to Dan for pointing this out for me: Every single parent element of the calendar must have its height set to 100%. I was missing the "height: 100%" on the HTML element of the page - adding tha...
Daypilot calendar binding on client side
Hi All, I am having Daypilot calendar in aspx page. Every 10 seconds an ajax timer fires and binds the calendar in codebehind. Due to performance hit we are trying to bind the Daypilot calendar using...
Header font color CSS being overwritten
I have the CssClassPrefix set to "month_silver_". I've added a font color to the month_silver_header class, however this appears to be getting overwritten by JS when the page is written. An inline st...
DayPilot:DayPilotCalendar not working in server
Dear There, Im from India. Im maintaining one existing asp.net 4.0 project with DayPilot:DayPilotCalendar control. it is working perfect in development machine but its not wroking on our server, that...
Instance of JsonData doesn't hold a double
Hi, I'm using the resource view in Calendar and when I use postback or callback in event move, an error shows saying "Instance of JsonData doesn't hold a double". Can anybody help?
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...