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

Questions Tagged how-to

Is it possible to ddd DayPilot:MenuItem items at runtime ?

Answered: You can assign an event-specific context menu in BeforeEventRender event (e.ContextMenuClientName; should be equal to DayPilotMenu.ClientObjectName). The method of dynamic menu creation from my previ...

Data Binding

Hi, Sorry about the cross posting in the bug forum, but I just saw this topic and thought it more appropriate. I can't seem to get the scheduler bound to data. I would like to use resources down the ...

is it possible to have more then one resource column?

The resources list seems to only allow you to have one column. Is it possible to have more than one column? eg. Room Number, Room Description, Room Seating etc?

Displaying business hours in the Scheduler eg 9-5

Answered: Please see here: http://www.daypilot.org/scheduler-hiding-non-business-hours.html

Context menu Javascript action

Answered: Since you are using a CallBack, you need to call DayPilotCalendar1.Update() after changing your data source (this is not necessary when using PostBack). By calling DayPilotCalendar1.Update() you tell...

UpdatePanelNavigation (DemoSQL 4.1)

I'm fooling around with the DemoSQL provided with 4.1.1252. I want to highlight dates with events in the Calendar control contained in UpdatePanelNavigation, and got it working. My problem is however...

Loading Resources ViewTypeResources Error

Hi, I'm getting this error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ViewTypeResources' When i try to load appointments into a resources table. I can get rid ...

Adding Move External Event to Default.asp

I am trying to add the new ExternalDragandDrop function to the Default.asp and the default.asp.cs. I can get External Events placed on the calendar but if I attempt to resize that event it disappears...

Possible to show thumbnail for a resource name in the DayPilot Schedule ?

The Demo sample shows "John" in the Vertical axis , based on resource <DayPilot:Resource Name="John" Value="A" /> Is there a way to show a thumbnail or icon instead? Thanks,Peter

Change event appearance based on who created the event

I want people to only see their own events - other events would appear as occupied( perhaps a blue bar through the time). I have a userid field inmy sql events table . Any thoughts? Thanks,Peter

Context menu postback

Answered: CallBack and PostBack action types are not supported for time range selection context menu in 4.0 SP4 and previous versions. I've just implemented it (it will be included in 4.1).

DataBind Error

I am testing the control for our university and ran into a problem. I am using C# and .Net 2.0. Looking at the documentation it looks as if we are supposed to set the column name properties. This is ...

Hyperlink in event box sometimes overridden by redirect in event_click

Hi, On the BeforeEventRender event I override the display to include a hyperlink "e.InnerHTML = "<A HREF='NewPage.aspx?ID=" & e.Value & "'>MyLink</A><br />" & e.InnerHTML" The problem is that the Eve...

How do I navigate to page under web site using DayPilotMenu and NavigateUrl?

I'm trying to use NavigateUrl to be able to navigate to page in one directory, but the problem in that if at my dev machine request looks like http://localhost/website/childfolder/page.aspx then if I...

How do I show context menu on Highlight event?

I would like to show context menu when use click somewhere, is it possible?

How do I change the color of HourName and Date ?

Hello, there are properties to change the backcolor of hourname (HourNameBackColor, HourNameBorderColor) but nothing to change the color of the text. In some cases, it appears to be white or black bu...

How to display year on Header of Time Column?

Hi I want to display year in left most position. I Haveadded a image on this linkhttp://gurnek.blogspot.com/ Please Help

How to switch to editable mode to a event after TimeRangeSelected Fired

Hi I want to switch the event's mode to editable when it is added means after TimeRangeSelected event Fired. How can I do this?

Highlight Selected Day/Time Frame

On one page I have DayPilot on the left hand side and some custom event capture forms on the right hand side. When the user click a timeslot on DayPilot the forms appear on the right hand side and as...

Using Callback to update DB records

Answered: VB.NET is not my primary language buIt seems that you are missing Handles DayPilotCalendar1.EventMove in Protected Sub DayPilotCalendar1_EventMove(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.E...

startDate vs display date on scheduler

Hello I am wanting to use the scheduler in the resources format to 1 - show all historical, present and future info. 2 - I want the initial view the user is presented with to show 'today'. I set the ...

Display a message after redrawing the Calendar

A typical scenario for me is that I press a button and some events are going to be changed when this button is pressed. For example all events might be marked as "done". After the postback (or partia...

Change the font color of events text

I am modifying some individual events using the BeforeEventRender on the Calendar. I am changing the background color to a darker color and would like to change the font color to something lighter th...

Get the resource for the event when calling EventResize

I am trying to get the resource for the event that is being resized. I tried adding the resource to the DataTagFields for the events. The resource is added, but when I try and get the resource out of...

How to add resources and their events from datatable (o different datasource) in DayPilotScheduler

Hello, I don't find information how to view events in DayPilotScheduler. I want that every resources I can view its appointments. My code in function Load: SqlConnection cnn = new SqlConnection(); cn...

How to call a java script on the callback of DayPilotCalendar1_TimeRangeSelected event

Hi Dan, Can u tell me how to call a java script on the callback of DayPilotCalendar1_TimeRangeSelected event. Expalin with example regards Poting

Range selection menu (add event)

Hi, I've a menu for my range selection. There I want to add a new event over the post back action, but I get the following java script error: 'this.parentNode.event.root' is Null or not an object I t...

To Copy Event Data from the RightClick on the event

To copy the data of the event from the click of a button (This button is appeared on the right click on the event

How to disable scrolling in DayPilotScheduler (v4.0)

Hi , How can I go about disabling scrolling for the Scheduler control? I only want people to be able to see and schedule things between 7 am and 3 pm... Thanks, K-

Add an event with a javascript function

Is there a possibility to add an event in the calendar with a javascript function addevent(start,date,data) ? Of course this event will not be stored in the database and it is not my goal, it is only...
Previous Questions 3031-3060 of 3096 Next