Questions Tagged
Setting DataTextField to an object's property which is string array
Answered: You will probably have to change the structure of your data source. DayPilot converts the value of the specified field to string using Convert.ToString() call. The other option is to change it in the...
DayPilot Calendar for MVC
Answered: The latest sandbox build now contains a demo page that shows a hierarchy of resources: http://mvc.daypilot.org/sandbox/Calendar/DaysResources The sources is a modified Calendar/Index example. 1. The ...
Width and BeforeEventRender probelms after upgrade
Answered: Issues #1 and #2 could indicate that you have downloaded the Lite edition instead of the Pro edition. The Lite edition doesn't support scrollbars and BeforeEventRender event. The latest Pro edition u...
Scheduler show bubble on event click
Answered: The EventClickHandling="Bubble" option was not supported. It's now enabled in build 6.5.2300. You can also add EventHoverHandling="Disabled" to turn off hover bubble action. See also: http://www.dayp...
How to get the previous and next linkbuttons
Answered: There are no built-in buttons at this moment, but it's easy to add them. See an example from Scheduler/Default.aspx:
<a href="javascript:dps1.commandCallBack('previous');">◄</a>
<a href="ja...
Problem with weekly recurrence
Answered: This is by design. The first event is always defined by its start and end. The subsequent occurrences are following the recurrence rule. This is how it works internally. However, you should be able t...
limitations of Trial Version
Answered: It displays a "DEMO" label in the upper-left corner. The functionality is not limited.
Level in header
Answered: Hi Eneko The second level that you say, is for the alldaysevent property, if you put this to "false" it's disappears Regards
New HeightSpec value
Answered: In the 6.5 release (http://www.daypilot.org/daypilot-pro-6-5.html), it will be possible to specify the displayed hours range independently of the business hours and HeightSpec using DayBeginsHour and...
Loading label for Daypilot month
Answered: I've added it to the wishlist. It might appear in the 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html
It is not compatible with vs 2010
Answered: The trial version 6.4.2286 now includes two solution files: DayPilotTrial2008.sln - Visual Studio 2008 solution, targeting .NET Framework 2.0 DayPilotTrial2010.sln- Visual Studio 2010 solution, targe...
Using MVC Calendar
Answered: After a bit of work, I've answered both these questions myself. Limiting hours displayed can be accomplished by setting HeightSpec = HeightSpec.BusinessHoursNoScroll Passing in data to the calendar o...
DayPilot Month with cancelled DataSource error
Answered: Thanks! It's fixed now in build 2283. See the sandbox: http://www.daypilot.org/sandbox/
Problem with datatable?
Answered: You have probably used one of the tutorials that work with an embedded SQLite database. You should replace SQLiteDataAdapter with SqlDataAdapter to use SQL server instead.
DayPilot Month EventMoveHandling Javascript is not working now
Answered: Thanks for reporting the issue! It's fixed now in build 2281 (see the sandbox at http://www.daypilot.org/sandbox/).
How to delete an selected element with a supr keypress
Answered: This is difficult to do. It would be possible to catch the keydown/keypress event but since there is no focusable element it would be necessary to do it for the window object. This could potentially ...
Scheduler ScrollX isnt updated
The property ScrollX in the scheduler isn't updated when we set the date to scroll to. It is only calculated on the first design time and never more recalculated, so on postbacks, SetScroll doenst wo...
isBusiness in BeforeTimeHeaderRenderEventArgs
It would be nice in the scheduler to know when the header day is a business day or not!
Script Manager/Update panel and others
Answered: Hi. Apologies for the delay. In the DayPilot Lite demo, there is one page that demonstrates how to use it with UpdatePanel from ASP.NET AJAX Extensions. That page is UpdatePanel.aspx. You don't need ...
TimeRangeSelected event called with nothing selected
In the scheduler, if you click and hold the button in the middle of a event(not the drag zone) and drag the mouse to somewhere else in the scheduler, it fires the timerangeselected event! In your exa...
WeekQuarterDay
Hello * i wanted to implement a new Zoom called "WeekQuarterDay". So that you can see one day divided in 4 cells (0- 6; 6 - 12; 12-18;18-24). Almost everythink seems to be fine..but I got one problem...
Problem in IE9
Hi , I amstudying it with trial version. It a great control. But I got a problem. I tried to show a ModalPopupExtender whichbasesonajax in the OnEventClick event. So that I can edit schedule in that ...
ImageLink Button Causing Problems
I am using the control in "Scheduler" mode. The left most column holds the day. As the control is generated, I am adding a link button that calls a javascript method which, in turn, causes a post bac...
ImageLink Button Causing Problems
I am using the control in "Scheduler" mode. The left most column holds the day. As the control is generated, I am adding a link button that calls a javascript method which, in turn, causes a post bac...
Different Line Color for 30 Minute Mark
Greetings! We're working with DayPilot Pro, and would like to have a different colored line for the 30 minute mark. I'll clarify with an example: We'd like to have: The 1:00pm line be red. The 1:30pm...
RecurrenceExpander.Expand generates wrong value for 'end' column
Answered: It's fixed now in the sandbox (build 6.4.2264). Thanks for reporting the issue!
only current date in popup ?
Hello, When we use this code, the time in the popup is right, but date gives only current date, not the navigated date. Calender itself is navigating properly. Isnt "start" the NAVIGATED date ? <dayp...