search envelope-o feed check
Home Unanswered Active Tags New Question

Active Questions

Scheduler - select TimeRange with strg or shift key

Hello, I want to select a TimeRange with the strg oder shift key. I don't use the solution with the popup to enter a start and end date. I want that the user select the range with the strg oder shift...

Add a textbox on each row of Scheduler

Answered: You can add the textbox by setting custom InnerHTML to something like "<input type='text' id='myid' />'. You can access it through Resources collection or using BeforeResHeaderRender event (e.Columns...

Month Control :bug for <IE9

Answered: This bug should be fixed now. Please see http://forums.daypilot.org/Topic.aspx/2017/bug-for-month-in-ie8

Bug for month in IE8

Answered: This bug should be fixed now in build 7.4.2951 (see the sandbox at http://www.daypilot.org/sandbox/). Please let me know if there is any problem.

CssClass property of BeforeCellRenderArgs doesn't add class name

Answered: This issue is fixed now in build 7.4.2950. The fix will be included in the next release.

How to import to excel or word dapilot schedular or send it in mail.

Answered: You should export the scheduler as PNG and embed the image in the document/email as needed: http://www.daypilot.org/scheduler-image-export-bmp-png-gif-jpg.html

Culture/Localization support for DayPilot MVC scheduler

Answered: At this moment it uses the culture of the current thread. I.e. you can set it globally in web.config: <configuration> <system.web> <globalization culture="en-US"/> </system.web> ...

Setting 10 mins difference in daypilot 5.8

Please let me know how set the timeinteval of 10 mins in Daypilot 5.8

Remove/transparent event border

Answered: You should be able to use a custom CSS class for this special event (set e.CssClass in BeforeEventRender event handler). Since build 7.4.2948 you can use CellMarginBottom property to specify minimal ...

CssClass property of BeforeCellRenderArgs doesn't work in some condition

Answered: This is a bug of the optimized rendering mode (all identical cells in a column are rendered as a single div). This is already fixed in the ASP.NET WebForms version and it will be fixed in the MVC ver...

Multiple Schedulers in one page

Answered: Each scheduler will be represented by a special object on the server side and also on the client side. Using two schedulers on the same page should be no problem.

How to update Scheduler data using ajax/javascript?

Answered: You can use the client-side API to modify the .resources array: http://api.daypilot.org/daypilot-scheduler-resources/ Then call .update() to refresh the scheduler: http://api.daypilot.org/daypilot-sc...

Focus calendar or a scheduler on a selected date outside of the control

Hi I can't find how to focus the calendar or a scheduler on a selected date outside of the control itself. The Calendar control uses a parameter as @Start. Is it possible to have that date set to ano...

Resources backcolor

Answered: If they have UNIQUE subject names, you can change the background color of them in your BeforeEventRender using a case statement based on what is in the subject. Example I have for you, I work with ph...

How to add further subdivisions between time

Answered: If you are referring to the Scheduler, what you are looking to do is inside the <daypilot:daypilotcalendar....CellDuration="5"..../>

Within 15 minutes

Answered: I believe what you are looking for is inside the <daypilot:daypilotcalendar ....CellDuration="15"..../>

Context Menu Styling - Not working

Answered: The menu CssClassPrefix syntax has been updated recently to match the other other controls. If you replace CssClassPrefix="menu_default_" with CssClassPrefix="menu_default" (note the missing last und...

String was not recognized as a valid DateTime.

I am receiving the following error when attemping to run a page with the Scheduler control on it: String was not recognized as a valid DateTime. I have the DataSourceID set to an ObjectDataSource whi...

EventMove is not triggering

Answered: This resolved itself with a reboot.

DayPilot Bubble Feature

Answered: You need to follow these steps: 1. Create the bubble: <DayPilot:DayPilotBubble ID="DayPilotBubble1" runat="server" CssOnly="true" CssClassPrefix="bubble_default" /> 2. Assign it to the mo...
Previous Questions 3481-3500 of 5291 Next