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

Questions Tagged asp.net

appointment booking table

what is the name of database in db.php

How do I make my DayPilot Month Calendar to be Read Only in Asp.Net MVC?

Answered: You can make it read-only by disabling the drag and drop actions one by one: @Html.DayPilotMonth("dpm", new DayPilotMonthConfig { BackendUrl = Url.Content("~/Home/Backend"), EventMoveHandlin...

How to enable expand / collapse option inside the event row in Scheduler control? Please suggest.

Answered: Unfortunately, this is not supported in the ASP.NET version. You can find a JavaScript version example here: https://javascript.daypilot.org/demo/scheduler/groupconcurrent.html

Angular Scheduler Developer

Looking for a front end developer to work on a multi resource scheduling system. Minimum 3 years of experience working with angular. Minimum 9 years coding experience. If you want more information pl...

I cannot load the events when I put if(IsPostBack)

If I set the condition of IsPostBack, then the dayPIlot control doesn't load anything! I'm writing the same logic that comes in the trial. DayPilot 2018.43692 First assign in the load the start dates...

Scheduler using parent100pct not working properly.

Answered: When using HeightSpec="Parent100Pct", it's necessary to set the parent height explicitly so the Scheduler can fill it. This can be done by setting its "height" CSS style or using "position:absolute" ...

Request your support on day pilot challenges in implementation.

Answered: > 1) Horizontal line only visible in the scheduler control You can customize the CSS theme generated using the theme designer (https://themes.daypilot.org) and clear the style for the vertical line e...

How to visible false Day pilotgrid line asp.net

Answered: The grid lines are specified using the CSS theme, using "*_matrix_horizontal_line" and "*_matrix_vertical_line" CSS classes. Please see also: https://doc.daypilot.org/scheduler/css-classes/

BeforeCellRenderer fired only on Startup

I am using the BeforeCellRenderer event to modify certain cell's background color via DayPilot.Web.Ui.Events.BeforeCellRenderEventArgs which works as expected. the problem as soon as an event updates...

Scheduler with Sortable Columns for Javascript

Answered: There is a tutorial in the works that will show how to sort rows using the column headers in the JavaScript version. It will be published at https://code.daypilot.org - you can subscribe to email not...

Exception User-Unhandled

Answered: Yes, thank you so much. I've checked in WireShark the IP address my app was trying to connect with. Then I set that address (with another port) as a proxy and suddenly it started to work. Thank you!

Disable left Click in Day Pilot Schedule

Answered: Unfortunately, this is not supported in the ASP.NET version of the Scheduler. In the JavaScript version, it's possible to customize the behavior using onGridMouseDown: https://api.daypilot.org/daypil...

CornerHtml Showing DEMO Even After licence Purchased

Answered: Please make sure that the DLL is reloaded properly. Sometimes it's necessary to remove the old DLL, run the project in Visual Studio (it will report a compilation error) and then add the new DLL. Let...

BeforeEventRender EventClickEnabled Not Working

So when form loads and calls beforeeventrender, I have it set for all pre-created events to have the e.eventclickenabled = false (by looking at e.id and make sure its all old ids versus new ids). Whi...

On Premise Solution

Answered: Yes, this is how it works - it's a library that you can use in your own application. It will work with your database just fine. See also the ASP.NET tutorials to see example applications that access ...

Sahred Calendar Month/week/Year view with Reminders

Hi, I have shared calendar working in weekly mode. How can we change the view from Weekly to Monthly / Yearly? Is Also Is there a way we can show reminders of upcoming meetings for that day with Deta...

Is this source code working with C# winform?

Answered: Unfortunately DayPilot Pro is only available for ASP.NET WebForms. It's possible to run the WebForms version in a WinForms application using an embedded browser (WebControl), but it's just a workarou...

Read a Shared Calendar Appointments

Answered: You should be able to get connect to a shared calendar like this. Instead of: // load the default calendar CalendarFolder calendar = CalendarFolder.Bind(Service, WellKnownFolderName.Calendar, new ...

Scheduler tree

Answered: This icon is defined using CSS. You can override it using ".scheduler_default_tree_image_no_children" selector (for the default CSS theme): .scheduler_default_tree_image_no_children { background...

Change Back Color on Event Move

Answered: Most likely, the problem is that you are using EventMoveHandling="Notify". When using the Notify event handling mode the events are not reloaded from the server side unless you call DayPilotScheduler...

Select multiple events from code

Answered: Unfortunately, the Lite edition doesn't support event selecting. In the Pro version, you can select the events using SelectedEvents list (in the Scheduler). It's a list of simplified EventInfo object...

Disable Blank cells

Answered: I was able to figure this out by setting the setting TimeRangeSelectedHandling to disabled.

Event Cell Wrapping

Answered: I'm not sure if this is what you need but you can control how concurrent events are arranged using EventArrangement property: https://doc.daypilot.org/calendar/event-arrangement-mode/ Let me know if ...

Problems exporting schedule as image

Answered: It looks like the image files might got corrupted during the build process. You can download the correct images files here: https://aspnet.daypilot.org/files/temp/ResourcesImages.zip The archive cont...

DayPilot Scheduler Error - Error during serialization or deserialization using the JSON JavaScripSerializer. The length of the string exceeds the value set on the maxJsonLength property

Answered: This error is caused by UpdatePanel which is only able to send a limited response to the browser during update. There are several options: 1. You can place the DayPilotScheduler control outside of th...

Looking for a 3rd party seller of the Hotel program with a POS..

If you already use the Hotel system and can configure and add a POS pleaese contact me.. GetThis1@Icloud. Com Thanks

Gannt Period Limit

Answered: You can control the visible data range using StartDate and Days properties. You can use Days property to increase the number of visible days.

dynamically set background

Answered: You can also change the background color of the grid cells, the mechanism is the same. Just use BeforeCellRender event handler: protected void DayPilotScheduler1_BeforeCellRender(object sender, Day...

modal.showURL isn't firing the Page_Load so dropdownlist doesn't fill

Answered: Arghhh... In the Page markup at the top of the edit and new aspx markup... AutoEventWireup="true" needs to be set (as it is in the demo). Creating a new webform in visual studio by default sets that ...

Hotel POS and DayPilot looking for seller with understanding of timeline and POS

We are a retail spa rental store looking to purchase a POS that works with DayPilot hotel timeline software. We will want to purchase the POS with settings for our use.. We rent hot tubs for 60 minut...
Previous Questions 121-150 of 2573 Next