Active Questions
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...
EventResized wrong NewEnd
In my EventResized handler NewEnd and OldEnd have always the same value when I extend the Event by one cell. When Iexentd itby 2 cells it gives me the date, thati need whenIextendby one cell. Sothesc...
How can I change the dysplay time periods from hours to half hours or 5 minutes periods?
How can change the dysplay time periods from hours to half or 5 minutes periods?
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?
CellsPerHour and efficiency
Hello, I currently have a large schedule with CellsPerHour set to 10 (so each slot is 6 minutes) and it seems to really slow down. If I reduce the cells per hour, it seems to be alright. but unfortun...
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...
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...
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
Session state has created a session id..,
Answered: Hi Dan, This effect was my error in the ASP.NET Login Control. I am setting my session state object there and for some reason the code wasn't getting called. Sorry.. I Love your control!!!
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
Create an event with double-click
Hello, How can I create an event by double-clicking in the calendar ? Thanks !
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...
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...
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 ...
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.
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...
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 '...
AfterRenderJavaScript not working
I have placed AfterRenderJavaScript="alert('Test');" in my weekview tag in the aspx file. Yet, when I load the page, I never see the alert box. I can see the "c.afterRender = function(data) {alert('T...