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

Questions Tagged how-to

DayPilot

Answered: Touch devices (including iPad) are fully supported since 7.3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.html

dpc1.commandCallBack("refresh") (javascript) will not refesh calendar (asp.net)

Hi, I'm trying to refresh the calendar from a Javescript function. The first time the page is loaded, the function fires as expected and the calendar is updated; after that initial working action, it...

DayPilotMenu in MVC

Answered: Yes, you can use context menus in DayPilotPro for MVC3. Here's an example: @Html.DayPilotMenu("menu1", new DayPilotMenuConfig { CssClassPrefix = "menu_", UseShadow = true, Items = new Da...

Size Row nello Scheduler

Answered: Unfortunately not. You can only control it indirectly: http://www.daypilot.org/scheduler-row-height.html

Agenda / Upcoming events list

Hi, Does the DayPilot calendar allow for creation of an Agenda, similar to the one in Google calendar? I'm really just looking for a list of upcoming events with the option to include my own text/col...

How to use the parent100pct in DayPilotCalendar

Hi there, I have a DIV gnerated as follows : <div id="div1" runat="server" style="position:absolute; top:110px; left:150px; right:10px; bottom:10px;"> Within this DIV I have a DayPilotCalendar contro...

Day Pilot Scheduler question

I want to be able to fill in the day events for each resource listed. Here is what I have so far . . . LOB 101 LOB 102 LOB 103 etc. After loading the resources (i.e., rooms), I want to go back and po...

How to assign a list type variable to data columnfield of daypilotCalender ?

i am adding columns to day pilot calender control for resource view. I have a list of rooms and inside that name field is there which i want to assign to the data column field. roomList.Items.ForEach...

how to match data source id with columns's ids in resource view?

i am adding columns to day pilot calender control for resource view, i am not seeing the data in the control. do i need to match the data source id and column id explicitely ? how can i do that? room...

Scheduler not updating associated data bound list view

Hi, I have a page that uses a databound list view for unscheduled events that I drag onto the DayPilotScheduler and that works nicely, the event is placed on the schedule and removed from the listvie...

CellDuration and Event Time

Hi, If I have the cell duration as 15 minutes, and my event time is from 9:00 to 9:20 AM. The event is being displayed only from 9:00 to 9:15 PM. Is there any way to get around this, so that the even...

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.

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

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.

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

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

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?

Half day cell

Answered: There are two options now: 1. Simply use UseEventBoxes="Never". This option will disable the "snap-to-grid" display mode. The events will be displayed according to their real length. If there is an e...

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

Set Focus on Y-Axis

Answered: On the server side, you can use ScrollY property. You will be able to calculate the resource Y if you know how many overlapping events are there in every row. If it's just one, it's not that hard. In...

How we can set the Y axis focus for given date and resoucce in Day Pilot Scheduler

Answered: Focus 1. You can set the vertical scroll position using ScrollY property on the server side (don't forget to call Update() then). However, this works with pixels so it might be difficult to calculate...

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

Header font color CSS being overwritten

I have the CssClassPrefix set to "month_silver_". I've added a font color to the month_silver_header class, however this appears to be getting overwritten by JS when the page is written. An inline st...

Resize calendar control to fill parent

Answered: Thanks to Dan for pointing this out for me: Every single parent element of the calendar must have its height set to 100%. I was missing the "height: 100%" on the HTML element of the page - adding tha...

Instance of JsonData doesn't hold a double

Hi, I'm using the resource view in Calendar and when I use postback or callback in event move, an error shows saying "Instance of JsonData doesn't hold a double". Can anybody help?

printing problem in header datetime

hi am getting printing problem in scheduler header, i am using zooming in that header.it is showing java script in where i need date.please find the attachment. please help me.

how to set schedular resources the witdh

Hi, how i can set the width of schedular resources the length of content is 200 no. while printing i m getting same problem
Previous Questions 2431-2460 of 3096 Next