search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged

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...

Problem with <span> inside InnerHtml for Resource Header in DayPilot Scheduler

I'm running into a problem when trying to set the InnerHtml for the resources in the BeforeResHeaderRender method. Setting InnerHtml to e.InnerHTML = "" + e.Name + ""; causes a Microsoft JScript runt...

How to Override partial event with non business hours?

Hi, This is my very first post to DayPilot Forum. Whoever created it, I guess Dan, it is brilliant job. Let's start with my question, I am using DayPilot 5.6.1820.0 Pro version. I have DayPilotCalend...

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...

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

How do you display events that are consider all day?

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...
Previous Questions 4411-4440 of 5263 Next