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

Questions Tagged

DayPilot Lite Scheduler - not binding events properly in IE 6 / 7.

In DayPilot Lite scheduler, events are not binding to the Grid properly in IE 6 & 7. Whereas the same is working fine in IE 8. Kindly help me regarding this. Thanks in Advance. - Kishore

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

Row Header Image

I want to put an image in the row header each row will have a different image. Can someone tell me why the code belowworks in DayPilot Lite but not in the Full version? DayPilotScheduler1.Resources.A...

Error with modal popup

Answered: Solved, not a bug!! My javascript function for modal called createEvent and this name interfered with firefox. Now called CreateEvent and working.

How to set the backcolor column day in scheduler?

Hi, How is possible to change the back color in the day column for the scheduler? I see all white and in your example is yellow and dark yellow for holydays. Thanks in advance.

DayPilotBubble OnRenderCellBubble throws "Unable to parse DateTime: Nan..." error

Answered: The fix for this bug will be included in the 5.8 release.

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...
Previous Questions 4321-4350 of 5179 Next