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

Active Questions

Calendar: "Unable to set property 'innerHTML' of undefined or null reference" in build 7.7.3054

Answered: Thanks for reporting the issue. It's fixed now in build 7.7.3058 (see the sandbox at http://www.daypilot.org/sandbox/). The fix will be included in the next release. The bug affected the CssOnly="fal...

Set Row Height in Scheduler

Hi, How do I set the row height in Scheduler resource view? I've read some info about CellHeight but I cant see that as a property of the DayPilot Scheduler. Thanks

Prevent Adjusting Start and Prevent End being Adjusted to less than certain date

Answered: At this moment there is no way to apply such limitations on the client side during the drag and drop operation but you can check the rules on the server side in the OnEventResize and/or OnEventMove o...
mvc

Month.CellHeight

Answered: Please use MinCellHeight property instead: http://doc.daypilot.org/month/cell-height/ The DayPilot Month cell height is extended automatically to fit all the concurrent events.

Load Resource Tree from Database

Answered: You can use something like this: An example using DayPilot.request(): function loadResources() { DayPilot.request("backend_resources.php", function(result) { var data = eval("(" + result....

Events not aligning with day columns in Daypilot LIte

Answered: This issue is fixed now in release 4.1: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-4-1.html

Horizontal Scrolling - Daypilot Calendar Resource View

Answered: Since DayPilot Pro for ASP.NET WebForms 7.5 you can use the fixed column mode. http://doc.daypilot.org/calendar/fixed-column-width/ It will display the calendar columns with fixed width (ColumnWidth ...

mvc 5

Answered: Yes, this happens if you use DayPilot binaries compiled with ASP.NET MVC 4 in a project that uses ASP.NET MVC 5. Releases 7.7 SP1 and later include binaries compiled with ASP.NET MVC 5. http://mvc.da...

can DayPilot Pro Business Edition work with ASP.Net 2.0?

Answered: DayPilot is compiled with .NET 2.0 and you can use it on IIS 6 with .NET Framework 2.0. Everything should work. Just note that most of the tutorials at http://code.daypilot.org are built using Visual...

How to display modal dialog after button click

Answered: If you mean DayPilot.Modal (http://code.daypilot.org/81367/daypilot-modal) and a generic ASP.NET button you can try this: <asp:Button id="Button1" runat="server" OnClientClick="new DayPilot.Modal...

How can I make appointments be staked vice side by side in a week view?

Answered: Hi Steve: 1. You can try fixed column width: http://doc.daypilot.org/calendar/fixed-column-width/ This would be a quick solution. You can specify the column width in pixels. A horizontal scrollbar wi...

Getting back additional data from calendarbackend

Answered: You can send custom data using Update() method: http://doc.daypilot.org/calendar/callback-update/ The data parameter will be passed to AfterRenderJavaScript. It is stored in CallBackData internally.

Is it possible to change hour height?

Answered: You can use the CellHeight property: http://doc.daypilot.org/calendar/cell-height/

Default Themes

Answered: They are now used in the theme designer for all new themes: http://themes.daypilot.org/ Just start a new one and download it.

Modal does not exist

Hi, I have placed a scheduler on my page and am trying to walk through the tutorial of the hotel room project. I am working in VS2010 (webforms) and have created a new App_Code folder and placed the ...

Get visible time range (scheduler)

Answered: Sorry, didn't see this: http://api.daypilot.org/daypilot-scheduler-getviewport/ dps.getViewPort().start and dps.getViewPort().end is what I was looking for.

Reload single event from database

Answered: If you want to refresh the events it is better to use .events.list array instead of .events.add() method. Adding events one by one using .events.add() works too but it is slower (it refreshes the sch...

**Daypilot Month** set height some event

Answered: The event height in DayPilot Month can't be set individually. You can increase the event height using .eventHeight property (for all the events). Having custom height for individual events would prev...

How to change PerformDataBinding for changing the text displayed in text for Calendar?

Answered: You can use BeforeEventRender event to modify the event HTML as needed. protected void DayPilotCalendar1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.Calendar.BeforeEventRenderEventArgs ...

Can you define a Long Weekend?

Answered: You can use DayPilotNavigator.BeforeCellRender event handler to add a custom CSS class to a day cell. http://doc.daypilot.org/navigator/cell-customization/ Note that in version 7.7 the CssClass value...
Previous Questions 3201-3220 of 5203 Next