Active Questions
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
Calender to show only Business hours
I have implemented the latest version of Calender. Its full featured calender. But it is showing 24hrs time But our business hours are 9 am to 5pm. So is there any way I can just show them 9 to 5 ins...
DayPilot Month with cancelled DataSource error
Answered: Thanks! It's fixed now in build 2283. See the sandbox: http://www.daypilot.org/sandbox/
DayPilot Month EventMoveHandling Javascript is not working now
Answered: Thanks for reporting the issue! It's fixed now in build 2281 (see the sandbox at http://www.daypilot.org/sandbox/).
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.
TimeRangeSelected event called with nothing selected
In the scheduler, if you click and hold the button in the middle of a event(not the drag zone) and drag the mouse to somewhere else in the scheduler, it fires the timerangeselected event! In your exa...
Script Manager/Update panel and others
Answered: Hi. Apologies for the delay. In the DayPilot Lite demo, there is one page that demonstrates how to use it with UpdatePanel from ASP.NET AJAX Extensions. That page is UpdatePanel.aspx. You don't need ...
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 ...
Scheduler ScrollX isnt updated
The property ScrollX in the scheduler isn't updated when we set the date to scroll to. It is only calculated on the first design time and never more recalculated, so on postbacks, SetScroll doenst wo...
isBusiness in BeforeTimeHeaderRenderEventArgs
It would be nice in the scheduler to know when the header day is a business day or not!
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...
How to set color for individual event in Day Pilot Lite???
I am trying to change the code to have the color coding for individual events when they are created by following the code changes mentioned in this thread http://forums.daypilot.org/Topic.aspx/420/da...
Problem in IE9
Hi , I amstudying it with trial version. It a great control. But I got a problem. I tried to show a ModalPopupExtender whichbasesonajax in the OnEventClick event. So that I can edit schedule in that ...
Changing the CSS/Style for Mothly Calendar
Is there way I can change the CSS and styles for month view? I want to use styles of my website and make the calendar blend with my website theme. Thanks in advance.
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...
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...
Using DayPilot Lite With ASP.NET MVC (demo solution included)
Here is a working demo you can download and run: http://blogs.teamb.com/craigstuntz/2009/05/12/38297/ Any questions, please post them in my blog comments, as I may not see them here.