Active Questions
DayPilotMonth - making the day number unselectable?
is there any way to make the number of the day unselectable? is there any way to change the inner-html of the 'day' on the cell so that it can be placed inside a <div unselectable="on" />
Removing the Loading... message from the bubble?
is there any way to turn off the loading text completely on a bubble? simply blanking it out still displays a small tooltip sized box with no text in it before the bubble appears which looks kind of ...
Drag and Drop Between Windows
Hello, I would like to know if daypilot controls support the drag and drop between webpages and how can I do it? Thanks in advanced, Agustin
Bubble is hover the DayPilotMenu
When using EventHoverHandling=Bubble in the Daypilot Calendar, the Bubble is postionned hover the DaypilotMenu (called from ContextMenuID).
Creating client-side DayPilotCalendar.Event object to pass to eventClickPostBack
Answered: The DayPilotCalendar.Event is now rather an internal object. I would like to make it more accessible for the future. Depending on what exactly you need to send back to the server, you can create your...
OnBeforeCellRender of DayPilotMonth displays erronous month name
Hi! When I set a server side method to the event OnBeforeCellRender of the dayPilotMonth control, whatever the code does in that method, on the display of the calendar on the client side, the month i...
Possible to switch from 30 minute blocks to 15 minute blocks?
How can I change the Source Code so that there are 15 minute blocks instead of 30 minute blocks?
Bubble
Hi, I have a trial of the DaypilotScheduler which is connected to a sql data source. There is a sample describing how to pop up a bubble with the event id, but how do I fill a bubble with data from t...
show more information than the ID
Hello, I'm trying to show more information than the ID when I click on an event, but I don't know how. I've tried some code, but nothing works, only the "e.value;" I show you my code, I hope you can ...
DurationBarColor
Hi, I would like to know if it could be possible to have other colors than "red","green","yellow", etc for the DurationBarColor property. I would like, for example, to have "#FFD294" as a color, or C...
DayPilotScheduler TimeFormat does not appy to events--?
Setting the DayPilotScheduler.TimeFormat = DayPilot.Web.Ui.Enums.TimeFormat.Clock24Hours works great for the headers (displays hours from 0 to 23 within a day), but it doesn't seem to display the eve...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and it is using embedded resources for js and images. This appears to be causing some performance issues. Is there any way that we can tu...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and its seems to be using embedded resources for JS and Images. This is causing some performance problems as these resources will not get...
Calendar eventMove callback is not updating correctly
I have been using the callback on eventmove and eventresize events and the callback was working great. I then upgraded to version 4.7.1399 and the callback now updates, but all the events are no long...
Is there a problem with the GMT when moving a booking?
Is there a problem with the GMT when moving a booking? It seems that when we move a booking it is doing the time + 1 hour. Is anyone else having this problem? This is on a 2003 windows server with SP...
Enabling the move event client side.
Hi Dan, Is it possible to enable the move event on the client side? I have an event in the scheduler and when you right click to move it, it performs a javascript function to change the colour to sho...
How to call a postback from dynamically generated calendars
I generate different calendars in runtime depending on the amount of employees on a table. Is there a way i can do postback events on those generated calendars or i have to use JavaScript on them?
Disable TimeRangeSelectedHandling when clicking on contextmenu
Hi Dan, Is it possible that once we have clicked on a contextmenu which has a javascript action to disable the TimeRangeSelectedHandling? I know we can use "DayPilot.Web.Ui.Enums.TimeRangeSelectedHan...
Scroll on mouse over / click on more items indicator
Hi, would it be possible to add some form of auto-scrolling when the red more items indicator is moused over or clicked? Noticed a user today expected this behaviour on first seeing the indicator on ...
Update DataGrid after CallBack
Hi, I try to Update a DataGrid on my WebSite after the scheduler did callback. Your description in DayPilot 4.1 "Sending custom data back to the client after callback" did not really help me.Has anyb...