Home Unanswered Active Tags New Question

Questions Tagged month

Styling DayPilot Month

Hi there, I'm currently working with the DayPilot Pro for ASP.NET Demo and am having problems with turning off the "style" attributes applied to the "Month". I note that from the Month: CSS Class Sty...
Asked by AC 3 months ago.

DayPilot Month - StaticBubbleHTML

Answered: It's already available. See this demo page, Event 12: http://www.daypilot.org/demo/Month/ A snippet from Demo/Month/Default.aspx.cs: protected void DayPilotMonth1_BeforeEventRender(object sende...
Asked by Richard 8 months ago. 3 replies, last reply 8 months ago.

... Show events in the mont view with rounded corners and other Google-like stylings?

Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html
Asked by Russell 1 year ago. 1 reply, last reply 10 months ago.

Change the Back Color of Month Calendar on selected dates

Answered: You can use BeforeCellRender event handler: protected void DayPilotMonth1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeCellRenderEventArgs e) { if ...
Asked by Anonymous 2 years ago. 1 reply, last reply 10 months ago.

To set Z-index in DayPilot Month

Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified: <div style="z-index:1"> <DayPilot:DayPilotMonth ...... /> </div>
Asked by Dhaval 2 years ago, 1 vote. 1 reply, last reply 9 months ago.

Possible to show events summary in cells with DayPilotMonth?

Hi I'm evaluating DayPilotMonth and DayPilotCalendar Pro at the moment. In my system, I will have to cater for up to 20/30 events per day. I would like to use the DayPilotMonth control, however when ...
Asked by Andrew 3 years ago. 2 replies, last reply 3 years ago.

How can a export/print the DayPilot Month View

Answered: The Export (JPG/PNG/GIF) feature will be added to DayPilot Month in DayPilot Pro 5.8 release.
Asked by Toni 3 years ago. 3 replies, last reply 2 years ago.

How to show Year with month name in monthview control

Answered: You should handle BeforeCellRender event and change e.HeaderText. See an example from Demo/Month/CustomRendering.aspx.cs (visible as www.daypilot.org/demo/Month/CustomRendering.aspx). This example se...
Asked by Khalid Mehmood 3 years ago. 1 reply, last reply 3 years ago.

Edit an Event in Month view

Answered: Hi Richard, It's not possible to edit the events inline in the month view (so far). Until it's available you will have to invoke a dialog box (see the SQL demo in the download package) or edit on a s...
Asked by Richard 4 years ago. 1 reply, last reply 4 years ago.

Month view mode +/- a month

Hi When I click next month in my app the next month to be displayed is May. However in my "DayPilotMonth_refresh" function e.startdate is 01/04/08 as expected. This seems to happen on your live site ...
Asked by Thomas 4 years ago. 2 replies, last reply 4 years ago.

No weekends on Schedular, Month view

Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...
Asked by Lauwens 4 years ago. 2 replies, last reply 11 months ago.

DayPilotMonth client refresh

I'm having trouble changing dates in the DayPilotMonth control. I've tried changing it via server side but it didn't seem to work. I changed the StartDate to a new date and it seems to bounce around....
Asked by Todd 4 years ago. 2 replies, last reply 4 years ago.

Month View

Answered: Yes, I plan to add it as well. At this moment it is planned for DayPilot Pro 4.3 (December 1, 2007).
Asked by Martin R. 5 years ago. 6 replies, last reply 2 years ago.
Questions 1-13 of 13
Tools

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java