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

Questions Tagged how-to

DayPilot Scheduler Focus On a Date

Answered: You can use the following method: DayPilotScheduler1.SetScrollX(new DateTime(2011, 7, 15));

Change mouse icon to hand on mouse over of monthview

Answered: At this moment it's hardcoded. You would need to change it in the source code.

Setting DataTextField to an object's property which is string array

Answered: You will probably have to change the structure of your data source. DayPilot converts the value of the specified field to string using Convert.ToString() call. The other option is to change it in the...

DayPilot Calendar for MVC

Answered: The latest sandbox build now contains a demo page that shows a hierarchy of resources: http://mvc.daypilot.org/sandbox/Calendar/DaysResources The sources is a modified Calendar/Index example. 1. The ...

How to get the previous and next linkbuttons

Answered: There are no built-in buttons at this moment, but it's easy to add them. See an example from Scheduler/Default.aspx: <a href="javascript:dps1.commandCallBack('previous');">&#x25c4;</a> <a href="ja...

Level in header

Answered: Hi Eneko The second level that you say, is for the alldaysevent property, if you put this to "false" it's disappears Regards

Show event

Answered: Hi You only change the property UseEventBoxex to "Never" Regards

Using MVC Calendar

Answered: After a bit of work, I've answered both these questions myself. Limiting hours displayed can be accomplished by setting HeightSpec = HeightSpec.BusinessHoursNoScroll Passing in data to the calendar o...

Problem with datatable?

Answered: You have probably used one of the tutorials that work with an embedded SQLite database. You should replace SQLiteDataAdapter with SqlDataAdapter to use SQL server instead.

How to delete an selected element with a supr keypress

Answered: This is difficult to do. It would be possible to catch the keydown/keypress event but since there is no focusable element it would be necessary to do it for the window object. This could potentially ...

WeekQuarterDay

Hello * i wanted to implement a new Zoom called "WeekQuarterDay". So that you can see one day divided in 4 cells (0- 6; 6 - 12; 12-18;18-24). Almost everythink seems to be fine..but I got one problem...

ImageLink Button Causing Problems

I am using the control in "Scheduler" mode. The left most column holds the day. As the control is generated, I am adding a link button that calls a javascript method which, in turn, causes a post bac...

Different Line Color for 30 Minute Mark

Greetings! We're working with DayPilot Pro, and would like to have a different colored line for the 30 minute mark. I'll clarify with an example: We'd like to have: The 1:00pm line be red. The 1:30pm...

only current date in popup ?

Hello, When we use this code, the time in the popup is right, but date gives only current date, not the navigated date. Calender itself is navigating properly. Isnt "start" the NAVIGATED date ? <dayp...

Can the scheduler handle multiple time zones

Answered: Unfortunately, this scenario is not supported at the moment.

how to set DurationBarColor colour from database

In database i have field called colour, it contain colour name like red, green. i want to setthese colour toDurationBarColor. Can somebody tell me how to do that.

How to Custom Sort Resources

Answered: The order in which you add the resources to the Resources collection is preserved.

Need to know how to set event linear instead of stacked

I am using the scheduler in day view. I would like to have the times ofevents stack from the earliest available time. Example if the day starts at 7:00 am then the first filled event should be 7:00 a...

how do you show current day in week and day view

Answered: You can use DateTime.Today as DayPilotScheduler.StartDate. This will display today as the first day in the matrix. If you want to show a full week and just set the initial scroll position to today, u...

How to add different colors for days and weeks header

Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example: protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Even...

Alignment Issue with DayPilot Calendar Version : 6.4 SP1 in IE7

Issue : The calendar (in resource mode) columns are not aligned properly with the header.Below the first 5 resources in the header, there is a blank space. The column which is supposed to come below ...

How do I get a time remaining figure for the days schedule

I need to have the remaining availble time or unused time show by the event location on the scheduler on the left side for each locations day scheduled in the scheduler is this possible an if so how ...

Calendar Pro Touch Screen

Hi, Does anyone have any ideas on how to make DayPilot Calendar pro to work on a touch screen? I can't get the drag/drop etc to work. Thought maybe I needed to do something different with events?? Th...

Does DayPilot Scheduler support to do Drag &amp; Drop of multiple resources?

Hi all, I would like to use the DP scheduler for linking the tasks and the resources. For one task there may be more than one resource should be allocated and vice-versa. Please let me know how to go...

Calendar Items property

Answered: Unfortunately, this change was not included in 6.5. I've put it in the plan for the next release. Meanwhile, I'd like to comment it a little bit. The Items collection stores events loaded from the Da...

Calendar Localization

How do i set Localization in the calendar. I went through the demo and followed similar steps but the localization seems to be not working. I am currently working on Daypilot version 6.2.2181.0. Than...

OverLoad Events

Hi guys. I have a little problem with the render ofthe events into DayPilot Calendar. I'd get the same effect in this example: http://www.daypilot.org/demo/Calendar/GoogleLike.aspxor http://www.daypi...

Drag &amp; Drop Item - Scheduler - Non-business days

This question is regarding the "Scheduler" app. I've created an Item which spans for 10 days. The moment I drag this item onto the Scheduler, the item occupies 10 days from the drop point. (Dropped t...

Is there a property that can display RecurrentEventImage or not?

<p><b>If there is a property with boolean type in event class, that can control the displaying of RecurrentEventImage, it will be much better.</b></p> <p>I'am not using RecurrenceRule.</p>

Integrated message bar

Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar
Previous Questions 2491-2520 of 3053 Next