Questions Tagged
How to change event duration ar color related to database values
Hi All, I am trying to change event duration ar color related to database values in daily pilot lite(open source), can any please guide me..... Thanks, Sumesh
Displaying events on calendar
I have created a weekly calendar to display our events. It works great for most of our users, but we have a problem we can't seem to get past. We have several events (so far 7) that occur at the same...
Scheduler not dynamically loading resources into scheduler control
I have managed to get the calender working just fine but when I use the scheduler (using the same datasource control) and add the reference to the field in the database that has the name of the resou...
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?
Is it possible to show the minutes on rith line for the actual time in the Calendar control?
the minutes show at the right of all lines, as shown only for the line only for the time but the other line below are not shown sample: 08:00 00 15 30 45 09:00 00 15 30 45
Is it possible to show the minutes on rith line for the actual time in the scheduler control?
the minutes show at the right of all lines, as shown only for the line only for the time but the other line below are not shown sample: 08:00 00 15 30 45 09:00 00 15 30 45
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...
What can i do redirect to a different page on clicking a cell?
When i click on one on the cells i want to redirect it to a different page with primary key id.can you help me with this please ?.I am very new at customizing controls.
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...
DayPilotMonth is undefined, DayPilotCalendar is undefined - wrong ASP.NET version
I was getting the following javascript error messages and the calendar control would not display. DayPilotMonth is undefined orDayPilotCalendar is undefined. SImple solution, my website was set to AS...
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...
How to change EventClickHandling to move an Event?
Hi, I want the user to be able to move an Event by clicking on it. Not just by clicking the Event Frame. It it possible? Thanks.
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...
Changing the font color in daypilot lite?
Hi. Is it possible to change the font color in the events, header etc. Martin
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 ...
Invalid character in the resource property of the calendar schedule
When we add multiple Resources and the content displayed is the symbol '&' multiply files and loses control
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 ...