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

Active Questions

Rendering Events in real height

I want to use the daypilot control for activity recording on minute base, so that you can see, what you have done the last week. I want the entry's to be in a row and not next to each other. So each ...

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

DayPilot for Safari

Hi, We are developing a website dedicated to the academic world where many professors are using apple safari; I would like to use DayPilot but I really need that DayPilot works fine on Safari. I chec...

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

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

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

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

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

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

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

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

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

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

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

Calender event text and hover text

What is the best way to insert a line break in the text for an event. Using an html line break <br> does work however the text that is displayed with you mouseover and event also shows the <br>. Is t...

not firing BeforeEventRender

Hi, Why not firing the above events?

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

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...
Previous Questions 5241-5260 of 5321 Next