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

Questions Tagged asp.net

PDF Export Tutorial missing definition of SetDataSourceAndBind and SetExportProperties

Answered: The tutorial text is now updated to include these methods as well: https://code.daypilot.org/69614/scheduler-pdf-export-asp-net-c-vb-sql-server You can also find it in the downloadable project - that...

Adding A checkbox

Answered: You can customize the event content using BeforeEventRender event handler (you can use it to customize the HTML, CSS class and other properties): https://doc.daypilot.org/scheduler/event-customizatio...

EndDateSpec equivalent for Month control?

Hi, I've just discovered the incredibly useful 'EndDateSpec' setting that allow dates to appear inclusive of the end date for the Scheduler. Is there an equivalent setting for the Month control?

Cell background color change

Answered: You can control the grid cell background color using BeforeCellRender event: https://doc.daypilot.org/scheduler/cell-customization/ However, for displaying dynamic data it might be better to use even...

How-To add some color to Calendar....

FYI- The Text for the Calendar control takes HTML... So, if you want some color to differentiate you can do something like... SELECT tblStudyTasks.study_task_id, task_start, task_end, CASE WHEN COUNT...

Event filtering and row filtering

Hi Team, Can you help me in achieving event filtering and row filtering in asp.net webform scheduler? Please share the sample code or relevant information. thanks

how to remove alert

Answered: The message pops up because you are using the trial version of DayPilot Pro which can only be used for testing. If you want to continue using DayPilot Pro you need to purchase a license: https://aspn...

Scrollbars

Answered: There are two ways to hide the scrollbar: * adjust the content (make it smaller) * set an increased height/width manually By default, the height is set automatically according to the contents. The au...

Scheduler Performance Problems

Having performance problems with the scheduler, such things as it taking 5 seconds or more just to scroll. I have gone through this and tried varies combinations of the suggestions within it, but not...

Context Menu change position page scrolling up and down

Answered: The context menu is created using a <div> element that is placed directly under document.body as the last child. Its position is specified using inline styles ("position: absolute; top: ...px; left: ...

Drag and Drop from a TextBox or Label to the Scheduler grid

Answered: It's possible to activate TextBox and Label controls using DayPilot.Scheduler.makeDraggable(). You just need to target the corresponding DOM elements using JavaScript. For example, the <asp:TextBox> ...

Adding extra fields in the db

Answered: You can have custom fields in the db table. In ASP.NET, you can load them using DataTagFields property: https://doc.daypilot.org/calendar/event-loading/ https://doc.daypilot.org/month/event-loading/ ...

External drag and drop not working on application (web forms)

Answered: Please take a look at this demo: https://aspnet.daypilot.org/demo/Scheduler/ExternalDragDrop.aspx The source code of this demo page is included in the download package. You can use it as a starting p...

Not being able to click on the scheduler grid for the modal to pop up

in the default.aspx file i can see the the EventClickjavascript calls a javascript method in the event_handling.js file which should work , i wonder if the grid click has been disabled but i cant see...

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...
Previous Questions 91-120 of 2557 Next