Active Questions
need to make a month view that pulls data from a database
I have attempted to adapt the DemoSql code to have a month view based on the data in a database. The first error I received was that the control did not have an enddate property. In the documentation...
CellHeigt smaller than 15 ?
I have CellsPerHour = 4 and the Calendar hour is then 60. I like to have bussinesshours from 8 to 16, but that makes the Calendar tobig for the place on the website that I want to use. With CellsPerH...
Merge recurring, same-time events into one
hi, is it possible to merge several recurring events into one event that spans several days? like the schedule page at: http://www.crd.bc.ca/seaparc/program/swimming.aspx so that multiple events are ...
Integrate with Google Calendar or Outlook
I need to figure out a way to sync my DayPilot calendar with my Google Calendar and with Outlook. Maybe like a batch import/export of events. Does anyone have any idea how I might do this? Thanks!!
ContextMenu Javascript action with Callback in Scheduler not working
Hi Dan, I have this unusal problem, I have followed the examples and also looked at you online demo code to but still having no success. The javascript only function works but the callback in the Jav...
Weeknumbers
Is it possibel to show weeknumbers in the Calendar? ex: a good place would be the top-left-corner above the hours
Scheduler - Display OK Cancel javascript pop-up on Event Click and delete event if OK
Hi, In my scheduler, I would like to display a javascript ok cancel pop up when an event is clicked. If the user clicks on ok, I would like to delete that event. I already have the code to delete the...
how to create new events in daypilot lite .Please help me
I am trying to create a mousedown event in daypilot lite.How can i create new events in daypilot lite Please help me Thanks
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...
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 !