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

Active Questions

Navigator winter-time troubles?

Im using Navigator with my scheduler have set it up to use Monday as the first day of the week. It all works fine for summer months, but in the winter-time months suddenly Sunday has become the first...

Days scheduled in a calendar

Hi I am new to DayPilot Pro. We have a licensed version of DayPilot which we are currently using in our project. We have configured it to create recurring events and store it in an encoded format in ...

Disable button click of modal

Answered: You can disable closing the dialog on background click by commenting out line 286 in modal.js: hide.onclick = function() { This.hide(); }; But it's dangerous - if something goes wrong in the dial...

Not all events display on the DayPilot Control

Answered: In some browsers (especially IE), this can happen if you are trying to display a single long word that doesn't fit the event. This is a problem of how the words are wrapped and it can't be controlled...

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

Is there a way to change the background color of the DayPilotCalendar1.UpdateWithMessage?

Answered: At this moment, it's only possible when you display the message bar manually using AfterRenderJavaScript [http://api.daypilot.org/daypilot-calendar-afterrender/] and .message() [http://api.daypilot.o...

Custom Cell Rendering

Hello, at the documentation i found the following comment: ~~~ 3. Performance If all cells in a column have the same color and this is true for all columns, the following optimization is applied: The...

Setting CellHeight in Command event

When i set the CellHeight to a new value using the Command event (callBack) the control is not updated right away. I need to refresh (F5) the page in order to see the new value. When i do the same wi...

Add Event in Schedule Lite

Is it possible to add events in DayPilot Lite version. I can trap the OnClick event, show window and add details, add details to the table and I also bind it with the scheduler. But I cna't see event...

Open source DLL - Events now found

Answered: View the object in the object browser. Find the Web.Ui entry can click on 'Events' In the right pane of the viewer click on 'Enable'. That should fix your problem.

Not finding DayPilot.Web.Ui.Events

Answered: View the object in the object browser. Find the Web.Ui entry can click on 'Events' In the right pane of the viewer click on 'Enable'. That should fix your problem.

Asp.Net 2010 Implementing

Answered: I am successfully using all of them in VS2010.

problem in concurrent events on the same day in daypilot scheduler

I want to use concurrent events when ever i re-size the event if any other event occur at the same time then i want to shift that event to the next day....what should i do ....

Binding Events does not contain property resources?

I am following the example here: http://mvc.daypilot.org/mvc-3-razor-calendar-and-sql-server-tutorial-c-and-vb-net/ I am getting an error on the callback. I can see my data and the fields I am settin...

Hide time header

Answered: Almost. You can make HeaderHeight="1". "0" will cause an error. Change HeaderFontSize to "0pt" and remove OnBeforeResHeaderRender.

Can I display a Scheduler for 48 hours / 2 days?

Answered: I set Days="2" and TimeFormat="Clock24Hours". I used a RadioButtonList for timezones, putting the hours as the value, and sent the selected value to my stored procedure, and recalculated the date usi...

Is it possible to display text in cells (BeforeCellRender)

With the BeforeCellRender, ican customize the backbround color of the cells. But how can a put some text in the cell, to indicate the locationof business hour ?

Your example throws an error

Answered: Found the problem open source code. change this to remove the null in the first 2 lines (line 866 in DayPilotCalendar.cs) and then recompile . and use that dll for ur other project. DateTime start = ...

Issue with DayPilot, ASP.net AJAX Control toolkit

We are evaluating the PRO features with our application and are facing some issues with IE9. We are using AjaxControl Toolkit (Latest Version) and Obout Components. There is some conflict with the MS...

Order overlapping events

Answered: Problem solved. I add to my daypilotcalendar a custom tag called priority and, with the eventsortexpression, sort alla events by priority asc. Bye!
Previous Questions 3861-3880 of 5291 Next