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

Questions Tagged

Style Sheet Messing Up DayPilot Alignment

Hi, I have a CSS file that is causing the cells within a day column to be mis-aligned with the hour markers. The mis-alignment gets progressively worse as the day/hours increase. The css file came wi...

How to create dynamically the calendar

Hi, I need to create a calendar dynamically in C#. How can I proceed without accessing to asp.net page? A simple example would be highly appreciated. Thanks for your help

Problem with e.start() and e.end() with EventClick and javascript

Hi, I'm trying to open a new popup window with the click event and trying to send start hour/minutes and end hour/minutes as params. The problem is that all those hours that the (e) gives seem to be ...

printing out a calendar

Hi there, I want to print out the calendar, how do i do this so it only prints out from 0700 to 2100? Thanks Spencer

DayPilot Price

The DayPilot Pro (1 Developer) was around $300 when I recommended to my company, and they agreed the price to buy. But todayI try to buy this it is increased. Is there possible to get old price?

Avoid Events Overlapping

Is the any property to specify in order to avoid overlapping events?

DayPilot not display at server

Hi, I have tested in my local pc, its working fine, but when I deploy at server the DayPilotCalendar control not displaying properly. I have copied the following dlls at bin. App.dll DayPilot.dll Sys...

modify isThereEvent method

Hi I need the daypilot to recognize all events in my database. How can I modify the "isThereEvent" method to show that there is an event on all days specified in my database and not just today, tomor...

Reducing the Height of Day Pilot Control

Hi : I would like to reduce the height of the day pilot control as there are too many scroll bars on the web page Please help me to resolve this. Here is the code for my Day Pilot Control. <DayPilot:...

White space appearing at the top of calendar

Hi, Im having issues where white space is appearing at the top of the calendar unless all days have at least one event in them. I really need help with this as the site goes into UAT on Wednesday Tha...

Event Double Clicking and client side event selection

Hello. I'm trying to implement a couple of things with DayPilot and am running into some problems. First off, is there any way to use JavaScript to select an event when all I have is a DayPilot.Event...

Issue in EventClickJavaScript

Event Render I got some issue at EventClickJavaScript. The code below assigning the EventClickJavaScript property based e.value. Example: A person got Ticket and Opertunity in same day. Case 1 Time U...

Unbinding DayPilot

Answered: You can try binding to an empty DataTable: DataTable dt = new DataTable(); dt.Columns.Add("start", typeof(DateTime)); dt.Columns.Add("end", typeof(DateTime)); dt.Columns.Add("name", typeof(string)); ...

Return specified days from database

Hi, I am using daypilot lite 2.3. I managed to connect the daypilot to my database but all events are rendering on one single day, todays current date. How can I render the events based their own spe...

Event Resize

Hi, Still no luck The code as follows: protected void DPC_EventResize(object sender, DayPilot.Web.Ui.Events.EventResizeEventArgs e) { DayPilotCalendar d = sender as DayPilotCalendar; if (null != d) {...

help again

Hi Dan, Thank you for answering to my earlier questions all Help again: 1) Events not displaying when change the calendar date (if the control inside the table cell). Please refer below working and n...

Start Date from Calendar

if (c is DayPilotCalendar) ((DayPilotCalendar)c).StartDate = Calendar1.SelectedDate; } foreach(Control c in this.Controls) if (c is DayPilot.Web.Ui.DayPilotCalendar) ((DayPilotCalendar)c).StartDate =...

12 hours - 24 hours adding to database

Hi Guys, I wander if any of you have had the same problem... I am using the TimeRangeSelected method and even though I have opted for 24 hour clock it gives me a datetime back of 2007-07-16 01:00:00 ...

How do I delete an event?

I am new to DayPilot Pro and I want to know how do I delete an event in the calendar. I have set the delete property up(by checking it in the properties view).

not firing BeforeEventRender

Hi, Why not firing the above events?

Event Click JavaScrip Dyanmically

Hi, I am creating the DayPilot control dynamically and assigning all the property as well. But how to assign the event click JavaScrip Daynamically? dpc.EventClickJavaScript= "document.location='wfTi...

How to pass params with ContextMenu NavigateUrl action?

I'm trying to pass a single parameter with a context menu item. From the documentation ( http://www.daypilot.org/context-menu.html ) I understood that a {0} in the url will be replaced with the event...

iCAL parsing (read,write) support

Hi there, I came across the DayPilot while looking for a web based iCal-based (for parsing: reading and writing) calendar widget. Is there any plans for iCal support (inline with read, write)? Either...

Popup on click of header

I am using Daypilot 3.7.1. I need to open a popup on click of header . I tried it by modifying Dayplot proerties with HeaderClickHandling="JavaScript" HeaderClickJavaScript="openHeaderPopup(e);". I h...

DayPilot vertical with weeks and date?

Hello, Would it be possible to have another mean of viewing the events in the DayPilot Vertical calendar by splitting the header in 2 or more cells? I mean this: - Show the ressources on the left (th...

Use of calendar and MS AJAX tabpanel results in a JavaScript warning

Hello, I am testing DayPilot 3.8.1705.1 Trial and I am having a weird issue with Microsoft AJAX Tab panel: when I launch my ASP.Net application from Visual Studio, I get stuck on this piece of code t...

evenDeleteCallBack broken?

I was developing using DayPilotProTrial-3.8.1075 and I used a javascript confirm on the delete event as described in: http://forums.daypilot.org/Topic.aspx/78/deletion_of_events . EventDeleteHandling...

DayPilot with AjaxControlToolkit (extender controls)

I'm using DayPilotPro (3.8.1086) and as soon as I add ModalPopupExtender from the AjaxControlToolkit to the page it gives this runtime error: "Extender controls may not be registered before PreRender...

How to use?

I just downloaded trail versions but I cannot find any document that how to use the control. How to display events in the DayPilotCalendar? I got data in the dataset. The new page need to open if the...

how to use?

I just downloaded a trail versions DayPilotProTrial-3.8.1075 but I cannot find any document that how to use the control. How to display events in the DayPilotCalendar? I got data in the dataset. The ...
Previous Questions 5071-5100 of 5184 Next