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

Questions Tagged

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

Customize the Event Bubble style

Answered: Since 7.0 release, it is possible to switch the Bubble to CssOnly mode. The CssOnly mode doesn't use any inline styles (other than position-related). You can apply a custom theme using CssClassPrefix...

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

DayPilot:DayPilotCalendar not working in server

Dear There, Im from India. Im maintaining one existing asp.net 4.0 project with DayPilot:DayPilotCalendar control. it is working perfect in development machine but its not wroking on our server, that...

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

How to add custom data to event?

Answered: Event customization was not supported in the Lite version until 3.1 release. http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-3-1.html In 3.1 and later versions you can use BeforeEventRende...

Reject new values from server-side

Hi, I’m using DayPilotScheduler resize event, to update new start and end dates of my events into data base. Before accept those changes, some server-side validations are done and new values must be ...

How to update other controls on the page with callbacks?

Answered: You can use AfterRenderJavaScript and update the other parts of the page manually (JavaScript), as demonstrated here: http://kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/

JsonData, client-side array as a param

Answered: This code seems to be fine. This exception would be thrown if you used something like this: protected void DayPilotScheduler1_Command(object sender, DayPilot.Web.Ui.Events.CommandEventArgs e) { ...

ShowNonBusiness="false" does not return the intended result

dpScheduler.BusinessBeginsHour = 09; dpScheduler.BusinessBeginsHour = 17; dpScheduler.ShowNonBusiness="false"; The control only shows 17:00 and 18:00 hour columns. If I remove the ShowNonBusinessHour...

DayPilot in DotNetNuke

Does anybody have a working demo of daypilot with dotnetnuke? I'm sure somebody has already done what i am trying to do. I would be interested in getting in touch. kind regards, Steven

event selection with PostBack

Answered: You should set EventClickHandling="Select" and EventSelectHandling="PostBack". EventSelect will be fired on the server side.

Help! How to Hide Date in Events?

Answered: In the Calendar (http://www.daypilot.org/calendar.html): ShowEventStartEnd="false" In the Month (http://www.daypilot.org/month.html): ShowEventStartEnd="false" In all controls: Using BeforeEventRende...

Hiding Context Menu

Answered: Disabling the tooltip (for all controls): ShowToolTip="false" The Bubble (http://www.daypilot.org/bubble.html) will be closed automatically when the context menu is open. The workaround for closing t...

Problem with modal popup

Hi, my aspx page use Daypilot calendar 6.4.2251.1. Here I place an update panel that is show as modal popup on click events in the calendar. The event is EVENTMENUCLICK. The modalpopup extender is li...

Open PartialView in Modal Window

I have looked at the article on How to open a new event dialog using TimeRangeSelected event using modal.js and wondered if anyone has done this using the Razor engine of MVC 3? The article loads an ...

Day Pilot Scheduler - How can I pass the DataValueField to a javascript function on EventClickJavascript event ?

Answered: {0} should get replaced with the DataValueField value (EventID in your case). See the following code snippets: DayPilotScheduler.cs string val = DataBinder.GetPropertyValue(dataItem, DataValueFie...

Small IE layout issue with Calendar

Answered: Thanks, Richard. It's fixed now in build 6.6.2364. You can download and test it in the sandbox: http://www.daypilot.org/sandbox/Calendar/ScrollingArea.aspx See also: http://www.daypilot.org/daypilot-...

DayPilot Scheduler doesn't repaint itself after an AJAX post because Telerik RadAjaxPanel.

Answered: Drawing the control in an UpdatePanel requires special handling. In case of ASP.NET AJAX (standard part of ASP.NET since v3.5) DayPilot detects the presence of the library uses its special methods fo...

shift between the dates and times of resources

I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...

Limit number of events per resource

Answered: Yes, this can be implemented as part of the server-side logic. However, there is no way to restrict time range selecting individually per resource on the client side.

Day Pilot Scheduler(Asp.Net) - When does the day end (Event Resize)?

Answered: This url shows a demo for the Java version (http://java.daypilot.org/): http://java.daypilot.org/demo/Scheduler/ There is a bug in version 1.1.183. It's already fixed in the latest sandbox build: htt...

separator adding

Answered: You can do it in the .aspx file: <DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" .... > <Separators> <DayPilot:Separator Color="green...

Separator not accepting more than 2 arguments

Answered: Please check for possible typos, the method is there and this example should work fine: // Red separator with 50% opacity placed at the current day with width equal to CellWidth, shown above events...

DayPilotCalenda Can you have double double and single click events?

I am not able to capture the double click event. When I double click it is calling the EventClick.

Calendar stuck in loading

Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate ...

System.Data.SQLite.DLL is missing

Answered: This DLL is only required for some of the tutorials. http://www.daypilot.org/tutorials.html It's included in the Bin directory, not App_Data directory. You can also download it here: http://sqlite.ph...
Previous Questions 3751-3780 of 5194 Next