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

Active Questions

event left bar color height

how to increase event's left bar color's height in day pilot calender control?

change row header name

Answered: You can add columns to the daypilot control via: - dayPilot.Columns.Add(name, id); When events are added set the DataColumnsField property of the event to the id of the relevant column.

Header Row Column not aligned with Event Column

Hi I am just following the tutorial, and default behavior shows that the column widths for the header date row and the event time slots are always out of alignment, am I doing something wrong?

How to redirect to another Pager (Controller Action) when clicking an event ?

Hi, i try to find a solution to redirect to another controller action when i click an event in the daypilotmonth component. Maybe someone has an idea or a small peace of code to solve that problem? T...

Compiler Error Message: BC30451: Name 'DayPilot' is not declared.

I have included the import specification also in Modal.vb as Imports DayPilot.Web.Ui.Json Imports DayPilot.Web.Ui Still i am getting an error Pleas I am expecting a help from anybody esle Source Erro...

Blue box in ContextMenu

When I'm testing on localhost, erverything works fine, but on my server the blue boxes in the contextmenu are not shown on IE. Any idea?

once I order this

Answered: You will be able to download it in the customer area. It's not shipped physically.

netbeans + apache

Hi, I’m tried deploy java calendar with netbeans as web project, but without success. I tried create project from yours war file, also I tried create own with project with your files. Nothing worked,...

Recurrence Events showing indefinetly

share point recurrence events showing in all the days , though we have set the event to occur every first week of the month. Please share your suggestions in resolving this issue.

Level Missing from BeforeTimeHeaderRenderArgs

Why was the Level property removed from the BeforeTimeHeaderRenderArgs object in the latest release for MVC scheduler? How can you format the bottom row/level of the header without affecting the form...

CSS

how to set css for light to dark color between two dates . Ex: i have 15-3-2010 to 15 -4 -2010 for that i have to set color but dark color start from this date 10-4-2010

EventClickHandling="Select" and EventSelectHandling="PostBack" do not work together?

I am using the following combination of commands: - EventClickHandling="Select" EventSelectHandling="PostBack" OnEventSelect="dpcCalendar_EventSelect" Which I would assume would allow me to have an e...

Dynamically Change Label Text in DayPilot

I have a 3rd party calendar control (day pilot pro) and a label on my form. i want my label to show the week number when a user clicks on any date on the calendar. My week number calculating method i...

How can we handle ' in day pilot

We are using daypilot to create appointment for clients but if we use ' in name or either in notes while creating appointment then it gives error but if we remove ' it works fine. Any suggestions?

Two DayPilotScheduler on one form ... data binding doesn't work

Hi all, I am using Version 6.6.2359 (Trial). I have two schedulers on my form (one showing rooms as resources the other one trainers). When I am moving an event in the rooms scheduler, the trainer sc...

DayPilot Upgrade 5.4 to 6.2 SP5 - Event drag and Drop in Calendar - Issue - Critical

Answered: Setting EventMoveHandling to PostBack will prevent EventMoveJavaScript from being executed. You need to set it to JavaScript and fire the postback manually from the EventMoveJavaScript handler: Eve...

How to update other controls on the page with callbacks?

Answered: You can use AfterRenderJavaScript and update the other parts of the page manually (JavaScript), as demonstrated here: http://kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/

Day Pilot Scheduler - How can I pass the DataValueField to a javascript function on EventClickJavascript event ?

Answered: {0} should get replaced with the DataValueField value (EventID in your case). See the following code snippets: DayPilotScheduler.cs string val = DataBinder.GetPropertyValue(dataItem, DataValueFie...

JsonData, client-side array as a param

Answered: This code seems to be fine. This exception would be thrown if you used something like this: protected void DayPilotScheduler1_Command(object sender, DayPilot.Web.Ui.Events.CommandEventArgs e) { ...

Time header on Scheduler is not showing !!!

Answered: There is no internal limit in the trial version. How does the corrupted view look like? Can you please send a screenshot to support@daypilot.org? You may want to try to upgrade to the latest trial ve...
Previous Questions 3921-3940 of 5307 Next