Active Questions
How do I navigate to page under web site using DayPilotMenu and NavigateUrl?
I'm trying to use NavigateUrl to be able to navigate to page in one directory, but the problem in that if at my dev machine request looks like http://localhost/website/childfolder/page.aspx then if I...
Fix Height in Scheduler
Mr. Letecky, Thanks so much for DayPilot, and the work you do ! I wanted to ask about an enhancement announced for 4.0 SP3 and SP4, where you could control the height of the Scheduler and have a vert...
TimeRange Click event not received with Opera
With Opera browser, when using: TimeRangeSelectedHandling="JavaScript" TimeRangeSelectedJavaScript="newEvent(start, end, column);" the newEvent function is nerver called when user clicks on a free ra...
How to display year on Header of Time Column?
Hi I want to display year in left most position. I Haveadded a image on this linkhttp://gurnek.blogspot.com/ Please Help
Zooming with IE 7
Hi, the IE7 provides a zoom function. This causes problems with the schedular control. The event text freeezes, and the header text is not ok. I hope you understand this and you can reproduce this pr...
How do I change the color of HourName and Date ?
Hello, there are properties to change the backcolor of hourname (HourNameBackColor, HourNameBorderColor) but nothing to change the color of the text. In some cases, it appears to be white or black bu...
Highlight Selected Day/Time Frame
On one page I have DayPilot on the left hand side and some custom event capture forms on the right hand side. When the user click a timeslot on DayPilot the forms appear on the right hand side and as...
Using Callback to update DB records
Answered: VB.NET is not my primary language buIt seems that you are missing Handles DayPilotCalendar1.EventMove in Protected Sub DayPilotCalendar1_EventMove(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.E...
Separator in menu
Hi all, Is there a way to add a separator in the context menu ? Thanks in advance.
How to add resources and their events from datatable (o different datasource) in DayPilotScheduler
Hello, I don't find information how to view events in DayPilotScheduler. I want that every resources I can view its appointments. My code in function Load: SqlConnection cnn = new SqlConnection(); cn...
Display a message after redrawing the Calendar
A typical scenario for me is that I press a button and some events are going to be changed when this button is pressed. For example all events might be marked as "done". After the postback (or partia...
Change the font color of events text
I am modifying some individual events using the BeforeEventRender on the Calendar. I am changing the background color to a darker color and would like to change the font color to something lighter th...
Get the resource for the event when calling EventResize
I am trying to get the resource for the event that is being resized. I tried adding the resource to the DataTagFields for the events. The resource is added, but when I try and get the resource out of...
PostBack Error
Hi, Got a serious problem. Everytime I do a PostBack on a page containing a DayPilot control, I got an Invalid DateTime Format exception : System.DateTimeParse.ParseExact(String s, String format, Dat...
DayPilotScheduler y-axis headers
This may be similar to an issue already listed in here but, as I cannot find a property to control the width of the y-axis headercolumn (y-axis title column [0]) in firefox the text is trimmed and an...
How can I deploy it in the server when purchase a single developer license?
Team, I'm never purchase software on the net. Could u please explain me how to develop it in my PC and upload to the server for users with one single developer license. I will make a decision to purc...
Click hilite or mouseover event
I have a schedule wtih events that extend across days ie: Start time 7pm Aug 1, end time 7am Aug2 I would like to click or mouseover the event to show the event connection any suggestions would be ap...
General Design
Hi all, i am impressed with the functionality of the DayPilot and am interested in seeing if it could do what i require of it. From the demo page im not sure if it can.... Basically i have at the bac...
White space appearing at the top of calendar
Hi, Im having issues where white space is appearing at the top of the calendar unless all days have at least one event in them. I really need help with this as the site goes into UAT on Wednesday Tha...
Range selection menu (add event)
Hi, I've a menu for my range selection. There I want to add a new event over the post back action, but I get the following java script error: 'this.parentNode.event.root' is Null or not an object I t...