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

Active Questions

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...

How To add more than one datafield to DayPilot Scheduler

Answered: You can add extra fields using DataTagFields. It accepts multiple field names, separted by a comma. But you don't need to explicitly add these fields - you can access the original event object using ...

Scheduler: How to Keep TimeHeaders Visible When Scrolling Down

Answered: The Scheduler has a built-in scrollbar that will allow you to scroll the time grid while keeping the time headers in place. You need to adjust the control height using HeightSpec and Height propertie...

Microsoft JScript runtime error: Unable to get value of the property 'rows': object is null or undefined

Hi, Daypilotcalendar is producing the above javascript error after it is rendered. It is mainly occuring when i am trying to use the scroll bar in the page. How can i solve this.. thanks in advance

How To generate Flowchart ?

Hi guys...i want to create A flow chart from data stored in my Project Management module, but i colud found any suggestion how? i want to generate Flowchart in C# programatially (not using any Tool) ...

help me Create New Resource using dialog daypilot Pro

i want using Dialog create new Resource and save to database SQL after refresh and show it

Daypilot Scheduler

Answered: You should set .StartDate (the first visible day) and .Days (number of days) to match your event set. SetScrollX() will set the scroll position but it has to be within this range.
mvc

Reccurence problem in month view (render)

Answered: When selecting the recurring events you need to include all recurrence definitions from the past as well. See also: http://code.daypilot.org/34377/shift-scheduling-tutorial-asp-net-sql-server-c-vb-ne...

Problems Migrating DayPilot Lite for ASP.NET MVC 1.3 SP1 (build 1.3.395)

Answered: This error suggests that the daypilot-all.min.js file was not included properly. This file defines the DayPilot namespace - it includes all the .js files merged (common.js, calendar.js, month.js, mod...
Previous Questions 3401-3420 of 5203 Next