Questions Tagged lite
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...
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.
Set an EventHeight per event
Answered: This is not possible in the Lite version. In the Pro version, you should be able to do this by creating a special CSS class and applying it to the event in BeforeEventRender (in CssOnly mode). Just n...
Compiler Error Message: BC30451: Name 'DayPilot' is not declared.
I have included the import specification also in Modal.vb as Imports DayPilot.Web.Ui.Json Imports DayPilot.Web.Ui Still i am getting an error Pleas I am expecting a help from anybody esle Source Erro...
Recurrence Events showing indefinetly
share point recurrence events showing in all the days , though we have set the event to occur every first week of the month. Please share your suggestions in resolving this issue.
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...
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...
Daypilot scheduler lite used in mvc3 razor project
Hi! I am working on a school project ( Hotel booking system ) it is a MVC3 razor project, and i am trying to implement daypilot scheduler into it. i managed to get the resources (rooms) loaded from t...
e.value result in error
Answered: The JavaScript handling is a bit different in the Lite version. You should replace the code with something like this:
EventClickJavaScript="alert({0});"
The Lite edition doesn't use any JavaScrip...
Scheduler setting up
Answered: I guess the problem is that the DataResourceField value doesn't match the Resource.Value. It must match exactly, i.e. the same case, no extra spaces, etc. See a general explanation for the Pro editio...
How to freeze the first column of the scheduler with the rowheader ?
Answered: Unfortunately, this is not possible in the Lite version. In the Pro version, the content is displayed inside a div with a scrollbars. The total width is set using Width property and the scrollbar is ...
Change FreeTime Tile Color when clicked
First of all, thanks for sharing and providing this wonderful control.. my problem is i don't know how to change the freetime tile/cell whenever it is clicked.. could someone tell me thanks in advanc...
Daypilot Lite Scheduler : Problem when deleting events.
Answered: Apologies, after hours of working on it looks like I should have been blind not to see the bloody bug in my code. Anyway ignore this topic. Lord Arokh
Width and BeforeEventRender probelms after upgrade
Answered: Issues #1 and #2 could indicate that you have downloaded the Lite edition instead of the Pro edition. The Lite edition doesn't support scrollbars and BeforeEventRender event. The latest Pro edition u...
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 ...
Cell Duration
Is it possible to add property of CellDuration to the DayPilot Calendar. I need 15 minutes CellDuration.
Event delete confirmation? (DayPilot Scheduler)
Answered: The Lite edition doesn't have a client-side (JavaScript) API. You can handle the EventClick event using JavaScript but you will need to invoke the delete command manually using custom PostBack call o...
Can this be used as a timetable?
Answered: Yes, it can be used to show a timetable. You only need to transform your day value to a certain date. The easiest way would be to pick a year which starts on the same day of the week. That's the case...
allday event in open souce
Hi, I use daypilot calendar lite. I've found a good code at this topic (http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event) for add DurationColor field (i've added to back a...
No scheduler on a tab?
I set up a demo of the scheduler for a new application. I had everything working just fine, but then decided that I wanted to put the scheduler on a tab in a tab container. (I'm using .net 4.0 presen...
DayPilotMonth EventStacking Mode = Row
I've a problem because I'm using DayPilotMonth Pro and the EventStackingMode = Row. HowEver, in the event TimeRangeSelect with Handling=CallBack , I can't select two days to create a new event. Put o...
translate text "go to the next month"
Where can i translate text "go to the next month". For example in deutschland language.
DayPilotScheduler FreeTimeClickJavaScript return Resource Name for javascript function
I would like to add the resource name to the time that is being returned from the FreeTimeClickJavaScript property. I am currently calling freeClick('{0}'); - which returns the correct time... but I ...
Mutiline for daypilot cell
How to bind strings as multiline to daypilot ? i have tried like this dr["id"] =" Hello" + System.Environment.NewLine + " + "Daypilot""; its not wrking Any Help??
Event text without eventstarttime and eventendtime
How can I modify the source that the event text without the eventstarttime and eventendtime just like EventStartTime="false" and EventEndTime="false" in Pro?
Feel really dumb. How to create a project in VS2005 using source code
Answered: Hi Justin, Please take a look at www.daypilot.org/tutorial.html. It's a step by step tutorial that might help. Please let me know if there is something not clear enough in the tutorial.
Day Pilot Lite Scheduler hide the Non-Business hours
Can I hide the Non-Business hours in the Scheduler? And Is there are way to reverse it so that the resources appear as columns while the time appears as rows? Thanks.
Bank Holidays
Hi, I am using the Scheduler lite version and have a working system which displays events while skipping weekends and bank holidays (Public holidays such as Xmas Day, Boxing Day, Easter Monday etc) t...