All Questions
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...
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...
Two daypilot schedulers on one page. Render problem??
Hi All, For a current project, I have to scheduler on one page. Each scheduler is is stored in an Update panel. When one scheduler is modified and the current Update Panel is updated. We can see that...
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 ?
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...
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...
Wildcard for resources
When adding resource columns to the Calendar view , can you specify a wildcard : e.g. Me.DayPilotCalendar1.Columns.Add("All Events", "[some wild card symbol here]")
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...
TimeRangeSelected e.ColumnID empty after upgrade
I recently upgraded to 5.7 of the scheduler. Now the TimeRangeSelectedEventArgs.ColumnId and Resource are both empy when the even fires. e.ColumnId and e.Resource are both nothing. What happened? Whi...
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 - ...
Change the Back Color of Month Calendar on selected dates
Answered: You can use BeforeCellRender event handler:
protected void DayPilotMonth1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeCellRenderEventArgs e)
{
if ...
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...
Set colors/fonts of 1st 2 rows
Is it possible to change colors / font of 1st 2 rows of Scheduler. The first 2 rows include Month Name and day numbers. Header properties only affects the row headers - Room a, Room B, etc. Is it eve...
ShowNonBusiness=true and the Navigator
Hi, all! I have a problem with the DayPilotNavigator in combination with DayPilotScheduler. When ShowNonBusiness-property is set to "false" and I select a weekend-day in the Navigator , I got an java...
Add Event in Schedule Lite
Is it possible to add events in DayPilot Lite version. I can trap the OnClick event, show window and add details, add details to the table and I also bind it with the scheduler. But I cna't see event...
Problem displaying window to Add Event
This is the CreateEvent function function createEvent(start, end, resource) { alert("Inside Create Start = " & start.toString & " End = " & end.toString & " Resource = " & resource.toString); // var ...
All Day events on DayPilot Lite
How do you add All Day events on DayPilot Lite. I have some events where time information is not available and it's not showing in the Calendar control.
Scheduler Lite: Duration of blocks
When i set the CellDuration to 30 (for 30 minutes) the related hour goes away and just 00 or 30 appear; why is that? Is there a way to have 90 minute blocks? Mucho grande in advance.
Changing the non business hours timings
Hi I am using this Day Pilot Lite in Intranet site . How can i change the business hours timings from 9 to 6? Thanks in advance
'DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu
Hello, When my page with DayPilotCalendar is loaded, if I do a right click on an empty range I get a javascript error : 'DayPilotCalendar.topSelectedCell.start' is null or in not an object with conte...
How can I avoid collision between 2 events?
hi, I'm doing a C# . net project and I'm in difficult. I hope you will be help me???plsssss For example, I made a reservation time between 07.00 am -13.00 on monday. Another people try to take monday...
How to create events with "inner" events
Hi! I'd like to make an event wich lasts several days in which there are some kind of "child" eventson specific days of this "parent" event. Is it possible to make these "child" events be inside the ...
Error "DayPilotScheduler1 is not declared"
Hi, I installed the tools in the toolbox, added the dll in bin, even added reference of the daypilot, I still get the error "DayPilotScheduler1 is not declared" I use VS 2008 on Vista. Can you help m...
How to integrate and use in my web page
Hi I am new to using calender events. Now i want to use this calender in my webpage. I have added the dll to the toolbox. Now i want to know how to create an event and bind it . Kindly help me in thi...