Active Questions
Add Columns?
When I try to execute: DayPilotCalendar1.Column.Add I get the error: 'DayPilot.Web.Ui.DayPilotCalendar' does not contain a definition for 'Column' and no extension method 'Column' accepting a first a...
daypilot calendar inside div that works in IE7
Hi Dan Letecky , can you show me an example how to put a daypilot calendar inside div that works in IE7 . In Mozilla works fine but in IE7 the calendar gets out of the div , and even if i scroll the ...
eventMenuClickCallBack
Hello Dan, I know that I can call the eventMenuClickCallBack from a JavaScript but what about the TimeRangeMenuClick event, can this also be called from JavaScript?
How to highlight a single time period column on mouseclick
We have a schedule set up with hours divided into 15 min blocks in the dynamic scheduler.Is it possible to highlight or change the background color the entire column for the selected cell on mouse cl...
Formatting Hours Display in Calendar
Is there an event to hook in to format the left-sided time column cells? I was hoping to change the innerHTML when the left-most cell, containing the time is rendered! I need to change the 24-hour fo...
How to modify ALLDAY - Text?
How can I modify the Allday-Display-Text? I know how to modify the text of an Event via the InnerHtml Property of the EventRenderArg e. But the Allday-Event shows the .Text property which is read-onl...
Cannot execute a ASP.NET project with references to DayPilot
Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...
Cannot execute a ASP.NET project with references to DayPilot
Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...
Cannot execute a ASP.NET project with references to DayPilot
Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...
e.Resource also empty after upgrade
OnTimeRangeSelected event has an empty e.Resource object after upgrad to 5.7. Which version of this control does this work on ?
Custom Event Context Menus on DayPilotMonth
The BeforeEventRenderEventArgs for the DayPilotMonth doesn't include a <b>ContextMenuClientName</b>. Is there another way to have different context menus assigned to different events in the DayPilotM...
Refresh after event drag and drop in calender
Hi, I use a CollapsiblePanelExtender (Ajax control) with 2 panels. In one of these panels I insert LI in the Form_load like this : Dim ctrl0 As HtmlGenericControl = New HtmlGenericControl("ul") Dim c...
How to set the background color dynamic
Hi, I've the problem that the background color is set in the codebehinnd, but isn't changed in the view. What's wrong with my implementation? The backgroundcolor is "#FFB612" and it will be changed t...
DayPilot Pro 5.7 SP2 (showbusinesshours on Saturday)
Got a scheduler showing 1 day, when I navigate to Sat it falls over when showbusinesshours = false. Although Saturday has business set, looking at the screen in dp 5.6 seams to suggest that it contai...
Keyboard Navigation
Is there a way for keyboard navigation with daypilot pro? -I search a scheduler who can do that...
how to use OnTimeRangeSelected [assembly: AssemblyFileVersion("3.7.0.0")]
code as follow: <DayPilot:DayPilotCalendar ID="DPCalendar" runat="server" DataEndField="end" Width="98%" DataColumnField="resId" DataStartField="start" DataTextField="name" DataValueField="id" OnEven...
Hold time range after javascript handler
Currently I'm evaluating your (so far wonderful) product. I have some problems withthetime range selecting functionality. I would like to be able to determine the start- and end date/times of the sel...
DayPilot Pro 5.7 SP2 (2 Issues)
After updating from 5.6.1808. to DayPilot Pro 5.7 SP2 the following problems occurred in the calendar control (both IE7 & IE8 clients) When 2 events happen in sequence (e.g 09:30 - 10:30) & (10:30 - ...
ViewState exception
Hi, We are using Daypilot 5.6.1820. Sometimes when performing an action on the calendar control (e.g. moving, resizing events) we encounter the following exception: System.Web.HttpException: The stat...
View events on weekends
As per your Pro tutorial I have implemented in my application. I can add events on weekends but can't view them. I tried ShowNonBusiness="true". While debugging, in BeforeEventRender, I can get those...