Active Questions
Choosing which ContextMenu to use
Answered: Yes, this is the correct way. You should set a default menu using ContextMenu. In this case it's either "menu_priveledged_user" or "menu_disallow". Then you should override this default value using O...
Total TextBox or Label at the end of each resource line in Scheduler
Hi Dan, I was wondering whether there is a way to add a total box on each resource line in the Scheduler? Absolutely amazing system, I envy your knowledge :o)
Hide Calendar Hours when exporting to image
Answered: It looks like a bug. Please let me check it. As a workaround, you should be able to copy a portion of the result image (DayPilotCalendar.Export()) using this Graphics.DrawImage() overload: http://msd...
How to wrap detail text on Calendar Control?
Answered: In the Calendar control (http://www.daypilot.org/calendar.html) the text should be wrapped automatically. You can force a new line by inserting "<br/>" (use e.InnerHTML in BeforeEventRender event han...
Custom event rendering for VB
Answered: Martyn, Please see here: http://www.daypilot.org/scheduler-tutorial-hotel.html Section "Event colors indicating the reservation phase".
A control with ID 'UpdateTimer' could not be found for the trigger in UpdatePanel 'TimedPanel'.
Answered: This is not enough information to give you an answer. It depends on the location of the UpdateTimer. A few hints: 1. Please see: http://stackoverflow.com/questions/6667398/a-control-with-id-could-not...
TutorialDayPilotMonthSql.zip
Answered: As per our discussion, it seems that the issue has been resolved. I'm not able to reproduce this issue either.
e.Value not passed on first eventclick after page load
Answered: It looks like the issue was the UpdatePanel for some reason... Any thoughts why? Once I removed that and the DayPilot Month control wasn't wrapped inside it, the postback e.Value was passed through c...
How to add resources columns to the calendar
Answered: Hi Martyn, In the Calendar control (http://www.daypilot.org/calendar.html) you need to use Columns property:
DayPilotCalendar.Columns.Add(name, id);
You can also define custom date for each colum...
include a textbox value in the postback when the cursor is still in the textbox
Answered: I fixed this by using TimeRangeSelectedHandling="PostBack" instead of CallBack Thanks for a great scheduler control!
Can't be able to select cell when event assign to cell.
Answered: You can control the row/column size and margin using the following properties: 1. Calendar (http://www.daypilot.org/calendar.html) ColumnMarginRight http://www.daypilot.org/calendar-column-margin.htm...
How to set the resource (scrollY) position.
Answered: On the server side, ScrollY and ScrollX properties are available. They hold the scroll position in pixels and you can update them (don't forget to call Update()). On the client side, you can read the...
ScrollPositionHour not working properly
Answered: It should be working as you describe, i.e. it will scroll to the set position after the initial page load. The default value is set to BusinessBeginsHour and you can override it as needed:
...
DayPilotMenu in MVC
Answered: Yes, you can use context menus in DayPilotPro for MVC3. Here's an example:
@Html.DayPilotMenu("menu1", new DayPilotMenuConfig
{
CssClassPrefix = "menu_",
UseShadow = true,
Items = new Da...
How change header in schedular
Answered: Yes, you can do it using BeforeTimeHeaderRender event. See also here: http://www.daypilot.org/daypilotscheduler-header-date-time-format.html
EventStart/End display on DayPilotMonth with ext overlapping?
Answered: Please try to add this: EventTextLayer="Top"
Error - The Request must start with JSON string
Answered: You will see this error if you try to open the backend URL in a browser. In order to show the Calendar you need two URLs (corresponding to two controller actions): 1. The first one will show a view w...
DayPilot Scheduler for vb.net and SQL server
Answered: Martyn, The Scheduler in the Lite version doesn't support the built-in scrollbars and it doesn't support event moving using drag&drop. That's why you can't access SetScrollX() and EventMove event. Yo...
Integrated message bar
Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar
Integrated Message Bar
Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar