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

Questions Tagged how-to

How can I get the Scheduler to show that my event is longer than displayed in the current view?

Answered: This is not yet supported but I'm adding it to the wishlist.

Change Navigator Week When Event Clicked in Month

Answered: You can change the navigator date using .select(date) method: http://api.daypilot.org/daypilot-navigator-select/ You can call it from the EventClickJavaScript handler: @Html.DayPilotMonth("dpm", ne...

day pilot displaying all three calendar?????

when ever i m clicking on toolbar command event is not firing and when page is open all three calendar that is daycalendar,weekcalendar and monthcalendar are visible????? y is it so ny help???

Problem with localization

Answered: Alex, You need to register it using DayPilot.Locale.register() method: DayPilot.Locale.register(localeMy); The .register() method must be invoked on DayPilot.Locale object directly (not on an ins...

timeHeader Bubble in the scheduler?

Hi, i want to use a Bubble onmouseover on the timeHeader, f.a. on the day. howto? thanks

Is it possible to get information of selected timerange while selecting?

Answered: This feature is in the works. I will be available in 1-2 weeks.

Capture global mousedown/up event

I need to capture any mousedown and mouseup event fired on the scheduler. I've tried just adding an eventlistener to the entire dps container like this: $("#dps")[0].addEventListener("mousedown", fun...

Insert a dropdown in datagrid

Answered: It is difficult to insert full-blown ASP.NET controls in the headers. However, there are two options: 1. Use the custom HTML (using BeforeResHeaderRender event handler) to insert HTML-based dropdown....

Execute javascript function after clicking ok button on event creation DayPilot Month.

Hello! My name is Roby. I'm using DayPilot Month Lite in my project. I need to trigger a javascript function after I click the OK Button into the event creation alert. My big questions (after reading...

Dynamic height of month calendar view events

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/2238/set-event-hight-in-onbevoreeventrender

How to read anr write tags?

Answered: OK I solved it by myself. e.data.tag["key"] = value; to read: e.tag("key")

modal will not stay on top of web page!

Answered: Comment out the line 189 in daypilot-modal-2.1.js (http://code.daypilot.org/81367/daypilot-modal): window.setTimeout(function() { // This.hideDiv.onclick = function() { This.hide(); }; }, 500);...

set event hight in OnBevoreEventRender

Answered: DayPilot Month uses the same event height for all events. You can set it using the CSS theme but it is still the global height. http://doc.daypilot.org/month/event-height/ Using a different height fo...

ModalPopupExtender does not popup

Answered: Please take a look at this tutorial: http://www.daypilot.org/tutorial-calendar-sqlserver.html You have to call pnlPopup.Show() from the code behind to display the modal popup. However, my advice is t...

modal border change cursor

hi! want to change the cursor when mouseover the border auf a modal popup. thanks

Highlight Resource on dragging an Event

Answered: Nobody can give a hint? :/ Daniel.

Event assigned to duplicated resource (scheduler)

Answered: If you use the same resource id then it will be displayed in both rows.

Month.CellHeight

Answered: Please use MinCellHeight property instead: http://doc.daypilot.org/month/cell-height/ The DayPilot Month cell height is extended automatically to fit all the concurrent events.

How can I make appointments be staked vice side by side in a week view?

Answered: Hi Steve: 1. You can try fixed column width: http://doc.daypilot.org/calendar/fixed-column-width/ This would be a quick solution. You can specify the column width in pixels. A horizontal scrollbar wi...

How to display modal dialog after button click

Answered: If you mean DayPilot.Modal (http://code.daypilot.org/81367/daypilot-modal) and a generic ASP.NET button you can try this: <asp:Button id="Button1" runat="server" OnClientClick="new DayPilot.Modal...

can DayPilot Pro Business Edition work with ASP.Net 2.0?

Answered: DayPilot is compiled with .NET 2.0 and you can use it on IIS 6 with .NET Framework 2.0. Everything should work. Just note that most of the tutorials at http://code.daypilot.org are built using Visual...

Is it possible to change hour height?

Answered: You can use the CellHeight property: http://doc.daypilot.org/calendar/cell-height/

Get visible time range (scheduler)

Answered: Sorry, didn't see this: http://api.daypilot.org/daypilot-scheduler-getviewport/ dps.getViewPort().start and dps.getViewPort().end is what I was looking for.

Reload single event from database

Answered: If you want to refresh the events it is better to use .events.list array instead of .events.add() method. Adding events one by one using .events.add() works too but it is slower (it refreshes the sch...

BC30456: 'EventDetail_ItemUpdated' is not a member of 'ASP.web_app_daypilot_aspx'.

Answered: ok found it in the tutorial in the Default.aspx.vb file, my bad, thanks. Eunice

Load Resource Tree from Database

Answered: You can use something like this: An example using DayPilot.request(): function loadResources() { DayPilot.request("backend_resources.php", function(result) { var data = eval("(" + result....

How can i change the start date and end date dynamically by user selection

Answered: CommandCallback

How to change PerformDataBinding for changing the text displayed in text for Calendar?

Answered: You can use BeforeEventRender event to modify the event HTML as needed. protected void DayPilotCalendar1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.Calendar.BeforeEventRenderEventArgs ...

**Daypilot Month** set height some event

Answered: The event height in DayPilot Month can't be set individually. You can increase the event height using .eventHeight property (for all the events). Having custom height for individual events would prev...

How can i have 24 hour timeline on the Y-Axis and resource names on X-Axis

Answered: You will need to use the Calendar control switched to Resources mode: http://doc.daypilot.org/calendar/resources-view/ If you are going to display a lot of resources on the X axis of the calendar, yo...
Previous Questions 2041-2070 of 3052 Next