All Questions
Level Missing from BeforeTimeHeaderRenderArgs
Why was the Level property removed from the BeforeTimeHeaderRenderArgs object in the latest release for MVC scheduler? How can you format the bottom row/level of the header without affecting the form...
CSS
how to set css for light to dark color between two dates . Ex: i have 15-3-2010 to 15 -4 -2010 for that i have to set color but dark color start from this date 10-4-2010
Header Row Column not aligned with Event Column
Hi I am just following the tutorial, and default behavior shows that the column widths for the header date row and the event time slots are always out of alignment, am I doing something wrong?
once I order this
Answered: You will be able to download it in the customer area. It's not shipped physically.
Half day cell
Answered: There are two options now: 1. Simply use UseEventBoxes="Never". This option will disable the "snap-to-grid" display mode. The events will be displayed according to their real length. If there is an e...
EventClickHandling="Select" and EventSelectHandling="PostBack" do not work together?
I am using the following combination of commands: - EventClickHandling="Select" EventSelectHandling="PostBack" OnEventSelect="dpcCalendar_EventSelect" Which I would assume would allow me to have an e...
Dynamically Change Label Text in DayPilot
I have a 3rd party calendar control (day pilot pro) and a label on my form. i want my label to show the week number when a user clicks on any date on the calendar. My week number calculating method i...
Set Focus on Y-Axis
Answered: On the server side, you can use ScrollY property. You will be able to calculate the resource Y if you know how many overlapping events are there in every row. If it's just one, it's not that hard. In...
How we can set the Y axis focus for given date and resoucce in Day Pilot Scheduler
Answered: Focus 1. You can set the vertical scroll position using ScrollY property on the server side (don't forget to call Update() then). However, this works with pixels so it might be difficult to calculate...
ViewState exception
Answered: Unfortunately I'm not able to reproduce the issue (v7.2). Please let me know if you still experience this problem (support@daypilot.org).
How can we handle ' in day pilot
We are using daypilot to create appointment for clients but if we use ' in name or either in notes while creating appointment then it gives error but if we remove ' it works fine. Any suggestions?
Two DayPilotScheduler on one form ... data binding doesn't work
Hi all, I am using Version 6.6.2359 (Trial). I have two schedulers on my form (one showing rooms as resources the other one trainers). When I am moving an event in the rooms scheduler, the trainer sc...
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...
Customize the Event Bubble style
Answered: Since 7.0 release, it is possible to switch the Bubble to CssOnly mode. The CssOnly mode doesn't use any inline styles (other than position-related). You can apply a custom theme using CssClassPrefix...
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...
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...
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?
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.
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
How to add custom data to event?
Answered: Event customization was not supported in the Lite version until 3.1 release. http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-3-1.html In 3.1 and later versions you can use BeforeEventRende...
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 ...
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/
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)
{
...
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...
DayPilot in DotNetNuke
Does anybody have a working demo of daypilot with dotnetnuke? I'm sure somebody has already done what i am trying to do. I would be interested in getting in touch. kind regards, Steven
event selection with PostBack
Answered: You should set EventClickHandling="Select" and EventSelectHandling="PostBack". EventSelect will be fired on the server side.
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...
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...
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...