All Questions

change one hour slot to 45 minutes slot

How can i set business hour duration to 45 minutes (change left navigation menu from 1 hour slot to 45 minutes slot 9.00a.m,9.45a.m,10.30 like that ) in DayPilotProTrial-5.0.154?

How to add dynamic MenuItems?

I want to add menu items based on specific sql query, using a loop. I've try this as example: MenuItem mi; mi.Value = "google"; mi.NavigateUrl = "www.google.com"; this.MenuPilotHyperlink1.MenuItems.A...

How do I create an event using client side Javascript

I have written a page using the ASP.Net databinding solution, but now need to "enhance the client experience" so have been looking into creating event client side using JScript. The AJAX example appe...

Double-postback when Adding new Event i VB

I converted to SQL-demo from C# to VB, everything works except when I create a new event the TimeRangeSelected function i called twice, and I get two identical in my calendar. I made a demo of the pr...

Scheduler callback error.

I just upgraded from 4.6 to 5.0. Everything went fine, except for callbacks. Anytime, I try to fire a callback: ProvisionCalendar.refreshCallBack(new Date(), null, 3); I get the following error: 'An ...

Changing culture from en-US in SQLdemo breaks update

I am trying the latest build 1547 demo, to see if our company shoud buy. I changed the globalization culture to da-DK, and as expected every controls changed to danish, but unfortunately this breaks ...

Update DayPilot and GridView with Callback

Answered: CallBack can be used primarily for changes of the DayPilot control itself. Changes to other parts of the page have to be done manually using AfterRenderJavaScript. It would be possible to send the da...

Dynamically adding a DayPilotMenu

Is there a way to do this. I need a different menu for each item. Or is there a way to use the event bubble as some sort off menu per item.

DayPilot.Web.Ui.FreeClickDelegate??????

Hi. i have following peace of code: ctl.FreeTimeClick += DayPilot.Web.Ui.FreeClickDelegate(DayPilotCalendar2_FreeTimeClick); I gives me the error: Error 174 'DayPilot.Web.Ui.FreeClickDelegate' is a '...

Scheduler Desing fails inside Dotnetnuke

Hi, I am using the scheduler inside a DotNetNuke portal (www.DotNetNuke.com). It always worked fine but since i changed to version 5 the layout hardly fail inside my DotNetNuke Modul. I think it's be...

Image in event will trigger the EventMove event

Wenn i place an image (PNG)in an event and then put my mouse over the image i can move the event. Is there a way to disable this behavior. Also wenn i move the event using the image it won't stop mov...

Change event bar color.

Is it possible to choose a color for each event. For instance if i want a color for work, and one for holidays?

How to add Week view in Daypilot lite (Solution)

If you want to add weekView for your daypilot lite calendar do the following: first you add a class.cs in App_code. Call this Week.cs. (Or whatever you like) inside Week.cs write follownig code: usin...

new DayPilotScheduler 5.0 in Placeholder

Hi, I was looking forward this version, 5.0, which is awesome by the way. However, I found a bug when I place the DayPilotScheduler in a Placeholder. It seems that the component loads, but we only se...

Menuitem and timeRangeSelected postback

I have set: OnTimeRangeSelected="DayPilotCalendar1_TimeRangeSelected" TimeRangeSelectedHandling="HoldForever" as I like the context Menu. I set <DayPilot:DayPilotMenu ID="menuSelection" runat="server...

Show event text in label on click.

Hi. is it possible to show/get the dataTextField on the event you clicked. I use the postBack method, and i run the code: protected void DayPilotCalendar2_EventClick(object sender, DayPilot.Web.Ui.Ev...

Setting z-index of DayPilot Calendar - IE Bug

'm tring to put a DayPilot Calendar Back. The solution for this is put the control in a div tag and set the z-index property, but this dont work on IE. What other answer exist to resolve this? Where ...

Line for actual time

hello! Is it possible to show a line for the actual time in the scheduler control? greetins Stefan

BUG Report: Resizing an multiple day event

http://www.daypilot.org/demo/Calendar/ Wenn I resize event 16 which spans multiple days the end date get set to the begin date of the event. Youll see what I mean wenn you resize event 16 to 10pm.

Update Ressource-Column with callback

Hello! Is it possible to update the ressource column in the callback method of the eventmove? I would like to place there the todays working time and icrease this time everytime I drop an event from ...

Day view calendar Tommorow JS event call help needed

plz check this with any login / passwrd http://localhost:4124/Demo/media/ js function on tomorow button is not being called ? and previous day goes to -7 days but i have put -1 any sugestions ?

SelectEvent after TimeRangeSelected

On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...

SelectEvent after TimeRangeSelected

On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...