Active Questions
Does DayPilotScheduler support AllDay
I have implemented a Calendar and Scheduler and have added all day events to the Calendar but cannot seem to get it to work for the scheduler which does not have the 'DataAllDayField' attribute. Are ...
refreshing the display on return from an event creation
Hi, I am using a popup window to create a new event and on return from the (modal) popup I would like to refresh the display to show the new event. I guess I could submit the form and that would refr...
Multiline header doesn't match up with times
My header format is setup as: HeaderDateFormat = "dddd MM/dd/yy" which displays as Tuesday 2/23/10 The problem with this is that the header above the times is only one line high, which the date heade...
Using a single DayPilotNavigator with DayPilotCalendar and DayPilotMont
I need to create a simple calendar application to start with - with a 3 month calendar to the left and either a day, week or month view to the right. The views are selected using buttons. Ihave a sin...
How to lock certain events from being edited or removed
Hi all, I have just purchased this really cool control and am really happy with it however i Have this question... due to the way that I wish to implement the calendar I would like different memebers...
Display events with same start time in day view on top of each other instead of side by side
The way my calendar day view is set up, when multiple events are happening at the same time, it displays those events side by side. Im trying to display some information in a row in the event, and wh...
How to introduce page breaks to the calendar control?
Hi All, I am using the Daypilot.dll Version 5.7.1903.0 and have the issue that I pass the print view page of an Daypilot Calendar control (no scrollbars) to a HTML to PDF conversion in order to gener...
Custom Object ArrayList Binding
I'm building on the Pro Demo 5.8 until I can get it all working. If it all goes well then I'll probably purchase. I've got an ArrayList of objects (TimeEntries) that I'm binding to the Month view. My...
give fixed size to modal popup
i have used ajaxmodalpopup extender for showing the modal popup. and i want to assign fix height and width to the modal popup and if the data exceeds the assigned size i want to show the scroll bar t...
Move event with Ctrl-key pressed
Is ther a way to detect if the Ctrl-key was pressed in the client-side EventMoveJavascript handler? This way I can implement a Move (ctrl-key up) or Copy (ctrl-key down)
CellGroupBy="Year" freezes
Hi, First of all excellent .Net calendar! I'm trying to get my calendar i different views such as Hour/Day/Week/Month/Year. But everytime i'm trying to set CellGroupBy="Year", it freezes my VS. I'm u...
Can we have Recurring Event Functionality?? Please reply ...
Can we have Recurring Event Functionality?? Please reply ... ASAP
Bug with DayPilotCalendar AllDayEvents when ViewType=Respources
Hi I am using a DayPilotCalendar control set to ViewType="Resources" and withDataColumnField set correctly. I'm setting two row headers using HeaderLevels="2" and adding the columns in the code behin...
How to insert a custom LINK in an already existing event?
Hy everyone, I'm testing this DayPilot and it seems quite ok and fast. I'm trying though to play with the InnerHTML and the ToolTip properties of an event, in the "BeforeEventRender" method, in order...
Drag and copy
Answered: hi there, You can put null into first param of the dragStart function, something likes below: DayPilotScheduler.dragStart(null, 60*60, "1", null); Cheers, andy.
Center on Drag and Drop
Is it possible to center the Scheduler display to a time specificed by an external Drag and Drop? Thanks
Get displayed date?
Hi, I'm using Daypilot in day view. I can get the start day of the current week using calendar.startdate, but I'd like to know what day/date the calendar is currently displaying, not the date of the ...
Daypilot calender event editing does on work in firefox
I am using Daypilot 5.7 calendar. I have noticed that editing events works fine in IE and Chrome; however, editing calendar events does not work at all in Firefox. Is there a resolution for this bug?...
drag and drop data from treeview onto Scheduler
I am looking for a calendar control in which i can drag the data from the treeview control and drop it onto the scheduler.I just want to know whether your scheduler control supports this.If yes,then ...