All Questions
Repeat Events
Answered: Recurrence is supported since 6.0 release: http://www.daypilot.org/daypilot-pro-6-0.html See also a tutorial for DayPilot Calendar: http://www.daypilot.org/calendar-tutorial-recurrent-events.html
Possible to show thumbnail for a resource name in the DayPilot Schedule ?
The Demo sample shows "John" in the Vertical axis , based on resource <DayPilot:Resource Name="John" Value="A" /> Is there a way to show a thumbnail or icon instead? Thanks,Peter
DayPilot Scheduler - cannot set the CellGroupBy at run time
I want to switch between month, year, day views etc. I don't see any way to change DayPilotScheduler1.CellGroupBy Thanks,Peter
Change event appearance based on who created the event
I want people to only see their own events - other events would appear as occupied( perhaps a blue bar through the time). I have a userid field inmy sql events table . Any thoughts? Thanks,Peter
Context menu postback
Answered: CallBack and PostBack action types are not supported for time range selection context menu in 4.0 SP4 and previous versions. I've just implemented it (it will be included in 4.1).
Javascripr error on move
We are considering using the DayPilot tool but now the Scheduler has a weird move bug... Error message FF = $09.rows[$03.DayIndex + 2] has no properties Error message IE = Row 3, char 14150, rows[......
JavaScript Error when I add an event.
Error : Microsoft JScript runtime error: 'rows[...].cells' is null or not an object I am using DayPilot Pro 4.0.1205.1 Here is my code : hc.InsertEvents("new event", e.Start, e.End, Convert.ToInt32(e...
IE6 & Lost text on events
I don't know if this a bug or a feature but it happens with IE6 and not with Firefox. If the first word of the text in the event is wider (with the font used) than the width of the event the first li...
DayPilot Lite - How to set the number of days displayed in the Calendar
I am trying to use the DayPilot Lite (open source version). I don't see any public property to set the number of days displayed on the Calendar. Is there a method available? Any help will be apprecia...
xmlDataSource Example?
Hello, Is there supposed to be example code of binding to an xmlDataSource here (http://www.daypilot.org/demo/Lite/BindingXmlDataSource.aspx)? I see examples for an array but I am using xmlDataSource...
DataBind Error
I am testing the control for our university and ran into a problem. I am using C# and .Net 2.0. Looking at the documentation it looks as if we are supposed to set the column name properties. This is ...
Hyperlink in event box sometimes overridden by redirect in event_click
Hi, On the BeforeEventRender event I override the display to include a hyperlink "e.InnerHTML = "<A HREF='NewPage.aspx?ID=" & e.Value & "'>MyLink</A><br />" & e.InnerHTML" The problem is that the Eve...
All Day Event Delete using (x) and Movement in Week View.
I am stuck if i create a new All day Event, now once created an All day event it cannot be deleted.....:( When i can expect this functionality ?)
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...
How do I show context menu on Highlight event?
I would like to show context menu when use click somewhere, is it possible?
ShowAllDayEvents and BusinessHoursNoScroll bug
Hi! When ShowAllDayEvents=true and HeightSpec=BusinessHoursNoScroll then javascript:dpc1.refreshCallBack(new Date()) produce and error... Version 4.0
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...
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...
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
How to switch to editable mode to a event after TimeRangeSelected Fired
Hi I want to switch the event's mode to editable when it is added means after TimeRangeSelected event Fired. How can I do this?
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...
startDate vs display date on scheduler
Hello I am wanting to use the scheduler in the resources format to 1 - show all historical, present and future info. 2 - I want the initial view the user is presented with to show 'today'. I set the ...
Separator in menu
Hi all, Is there a way to add a separator in the context menu ? Thanks in advance.
Event name does not show in event cell
Hi, First off wow awesome work with this control very good :) i have one problem though. Why doesnt the name of the event from the "DataTextField" show in the event cell. It only shows in the tooltip...
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...