Active Questions
Changing the Color performance
Answered: Your code won't compile, since you never assign the variable "res" to anything. It also won't work, since only the cells matching the last row in the table will be set to business hours. If you're lo...
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.
GetData from SqlDataSource
Answered: Yes, you can use DayPilotCalendar2.DataSourceID = "SqlDataSource1";
Mak the Event a clickable Link
Answered: Allan, The "e" object is not available in the Lite edition. You should do it like this: EventClickJavaScript="window.location.href = 'CourseDetails.aspx?CourseID={0}';" "{0}" will be replaced with th...
How do I change the colors of the event headers in version 7?
Answered: Duration bars are now (7.0.2647) supported in the CssOnly mode as well: http://www.daypilot.org/sandbox/Scheduler/ThemeGreenWithBar.aspx They are fully stylable. An example from scheduler_green.css t...
InnerHTML using Google Chrome browser
Hi, I've encountered an issue with rendering when using google chrome. For example : protected void daypilot_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e) { e....
When I resize an event in the scheduler while the mouse is over the event I trigger the edit box
Answered: Fixed in Version 7 :)
Dynamic Column Hide of Calendar
Hi DayPilot Team, I am using DayPilot Calendar, I would like an option to only show contacts that have availability or appointments on each specific day. So on Monday you may see John, Mary, & Mike. ...
User can pick time from calender control
Answered: i use this: http://trentrichardson.com/examples/timepicker/
Asp.net MVC rezor view calender example is not run on my computer
Hi Team, I am trying to learn about Asp.net MVC rezor view calendar example on the link http://mvc.daypilot.org/mvc-3-razor-calendar-and-sql-server-tutorial-c-and-vb-net/ But this example is not runn...
Recurrence repeats
Is there a way to modify the repeat action to mirror the repeat period context? i.e. if for example I select weeekly Mon / Tue and set repeat 2 times I get 3 events in the calendar, mon, tue and mon....
View resources on horizontal scheduler axis?
Hi, Just wondering whether it's possible to view resources on the hoizontal axis with times down the vertical axis? I did a quick search for questions relating to this and found one which was four ye...
Year View in Scheduler Lite
Answered: Column groups are only supported in the Pro version (CellGroupBy property for one group level and TimeHeaders for multiple group levels, see also http://www.daypilot.org/daypilot-pro-for-asp-net-webf...
Month / DataResourceField Property
Answered: You're right. This property is there because EventMoveEventArgs is shared by all controls. This is not the best design decision but the API change would break the existing implementations. The 7.0 re...
Change text content of an event client side?
Answered: There is a set of methods that allow you to set the client-side properties:
e.client.innerHTML("New HTML");
e.client.cssClass("newClass");
e.client.toolTip("New ToolTip");
e.client.backColor("#d...
Prevent date changes in scheduler when dragging
Answered: It's in the plan and it should be available soon - hopefully in the 7.0 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-0.html It will be possible to limit the moving to either h...
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
Problem in export scheduler event data
Answered: You should increase the Width property value during image export or set it to "100%" in order to show the full range (from StartDate to EndDate).
Regarding Event on First Day of Scheduler
Answered: You should check the page source code (if the form is submitted using a PostBack) or the CallBack response body to see whether the event is in the events list. You can use Chrome/IE Developer Tools o...
End of day not show all hours
Answered: It seems this has the same cause as this issue: http://forums.daypilot.org/Topic.aspx/1659/events-times-not-matching-placement-on-dpc That is, when StartDate is set including the time part the Calend...