Questions Tagged lite
Uncaught TypeError: undefined is not a function error while initializing daypilot
Answered: http://geeksprogrammings.blogspot.com/2015/01/Uncaught-TypeError-undefined-is-not-a-function.html Fnally I found a solution to the error . this link provided me explanation of why and what of this er...
Events can't span more than one week
I'm running into a problem with events that span through one week into the next. Using your online demo, create an event on a Tuesday and resize it to span to Friday. Next, move the event so the star...
No overload for 'DayPilotCalendar1_EventClick' matches delegate 'DayPilot.Web.Ui.EventClickDelegate'
daypilot.aspx.cs protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e) { Label1.Text = "Selected event: " + e.Value; } daypilot.aspx <DayPilot:DayPi...
Suppressing the the "DEMO" heading on DayPilot lite calendar
Answered: Hello, The DEMO heading is there to ensure you do buy it and contribute to the costs associated with developing this product. So, the easiest (and the correct) way to do that is to buy the product.
Expan Event with color
How can I expan the event så I can add diferent background colors for the events.
Event not Getting displayed
I am trying to add resources and event from code behind in C# web form, i am able to show resources but when trying to show event for resources by applying datatable as datasource to control but prob...
DayPilotLite + Timesheets?
Hi I've downloaded the Timesheets tutorial and was wondering if it would be possible to use the DayPilot lite version to create something like the system in the tutorial? Thanks
CellDuration in daypilot lite calendar to be 30 miniutes
How to show time intervals in daypilot lite Calendar to be like this 9 9.30 10 10.30 i tried to put cellduration=30 in calendare lite and it didn't work? is it supported on lite or removed? and how t...
View Calendar Details
Hi I am using DayPilot Lite and I got it displaying calendar entries from a specified database perfectly, however I want my users to be able to view the full details of the entry and as such have set...
BeforeEventRender e.BubbleHtml not working
Answered: Looks like I didn't have the DayPilot:DayPilotBubble control on the page
Modal.close is not working in google chrome
Answered: Please upgrade to the latest version (2.1): http://code.daypilot.org/81367/daypilot-modal It uses a different mechanism of passing the result back to the client and it is compatibly with Google Chrom...
CellsPerHour equivalent
The web forms event calendar control has a CellsPerHour property to set the number of divisions between hours. I don't seems to be able to find a similar property in the MVC flavoured control. How ca...
Exception (DataItem doesn't hold any source object)
Hi, I get this exception if the calendar has the BeforeEventRender event. Why this happen? This happen because the Source is null, how I can set this property? Thanks in advance
Fixed Hour Column in DayPilot Calendar and Vertical Scrollbar Always Visible
I need the hour column of the calendar to be fixed (so it stays in place while I scroll right). As much as I would like to do it myself, I haven't got the time to dig through all the 6500 lines of co...
Select, Insert, Update and delete with my own methods
Hi, I have my own methods to delete, insert, these methods need x parameters to work, how properties of the DayPilotcalendar which I link to my methods?, i.e, to select would be DayPilotCalendar1.Dat...
OnEventMoved
Answered: It seems the lite version doe snot support this. I am now using the prod and it works,
Week Days
Answered: This is possible, but you need to Pro version (http://www.daypilot.org/buy.html). If you switch to the "timesheet" view using ViewType="Days" it will display 24 hours of day on the X axis and days on...
How to update through MySQLi
Answered: Can you try to download the sample PHP project from here? http://code.daypilot.org/17910/html5-event-calendar-open-source The downloads include a working PHP project with all the features working. Pl...
Inter Month report for Day Pilot lite
Good After noon, This is regarding the solution for a situation for my day pilot lite. I need to show the event between 15 May 2014 and 15 June 2014. I am getting the bar for 15 May 2014 till end of ...
Add / Edit Events save to database
I downloaded DayPilot lite 2.0 and I am trying to integrate it our Visual Studio ASP.net 2.0 with c# project and SQL Server database to verify before we migate to Visual Studio 2012 in about 5 months...
Multiple columns in one day
Answered: You probably mean the "Column Header Hierarchy" feature: http://doc.daypilot.org/calendar/column-header-hierarchy/ This feature is not planned for the Lite version. I recommend purchasing the Pro ver...
DatasourceID return as string vaule
Basically i used they following code to get the string in the cell field EventInfo ei = DayPilotCalendar1.SelectedEvents[0]; string evnt = ei.Text; But i would like to get the DatasourceID of the fie...
My big font size text cannot display all text because timing is too short.
Answered: You can insert custom HTML into the event cell so it will add a scrollbar (see overflow: auto). You can also increase the cell height using CellHeight property. See also: http://doc.daypilot.org/cale...
How to change colour for different days for the column events?
Answered: In the current release (4.1), you will have to use e.InnerHTML in BeforeEventRender event handler to insert a div with a custom background color specified. The next release will fix apply the color s...
How to change the column text header name?
Answered: There is no built-in mechanism for customizing the column header in the Lite version. You will have to modify the source code.
Having issue for daypilot calendar to display database values based on the date and time from database
Answered: The START_DATE and END_DATE fields are correct but why do you store time separately in START_TIME and END_TIME? The type of START_DATE is "datetime" and it will allow you to store both date and time ...
Daypilot lite 4.1 is free
Answered: Yes, you can download it here: http://www.daypilot.org/download.html
How to change the code to display varchar and date type data instead of two datetime type for the daypilot calendar?
Answered: If you want to customize the text that is displayed in the event box you should use the BeforeEventRender event.
protected void DayPilotCalendar1_BeforeEventRender(object sender, BeforeEventRenderE...
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 ...
Demo project does not launch with VS 2013
Answered: This turned out to be an issue of IIS Express that reports different values in request.Path and request.ApplicationPath. It's now fixed in build 1.3.401: http://mvc.daypilot.org/daypilot-lite-for-asp...