Active Questions
DataTagFields - Want a server side only version (dont want data rendered for use in javascript)
Answered: It should be available in the 6.6 release: http://www.daypilot.org/daypilot-pro-6-6.html
VisibleStart and VisibleEnd lose their values
When doing a VisibleRangeChanged, the values show the correct new values. But on the next PostBack, the values are back to the original default values, and the newly set values are lost.
Scheduler ViewType days - BeforeCellRender : Wrong start - end
With the scheduler when property "ViewType" is set to value "Days" we have a problem with the following event : "OnBeforeCelleRender". aspx OnBeforeCellRender="BeforeCellRender" Code behind protected...
dpc1.commandCallBack("refresh") (javascript) will not refesh calendar (asp.net)
Hi, I'm trying to refresh the calendar from a Javescript function. The first time the page is loaded, the function fires as expected and the calendar is updated; after that initial working action, it...
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...
DayPilot Scheduler Focus On a Date
Answered: You can use the following method:
DayPilotScheduler1.SetScrollX(new DateTime(2011, 7, 15));
CellGroupBy in Scheduler Lite edition - Diff between Lite and Full version?
Is CellGroupBy possible in the Lite edition of the Scheduler? My lite version of the scheduler does not have any column groups. I looked to see if it was noted in the differences between versions on ...
How to use the parent100pct in DayPilotCalendar
Hi there, I have a DIV gnerated as follows : <div id="div1" runat="server" style="position:absolute; top:110px; left:150px; right:10px; bottom:10px;"> Within this DIV I have a DayPilotCalendar contro...
Slots in Chrome browser are display as empty boxes.
Answered: I used this to fix this problem TimeRangeSelectedJavaScript="FixWidth();" VisibleRangeChangedJavaScript="FixWidth();" function FixWidth(){ document.getElementById('ctl00_ContentPlaceHolder1_DayPilotS...
Day Pilot Scheduler question
I want to be able to fill in the day events for each resource listed. Here is what I have so far . . . LOB 101 LOB 102 LOB 103 etc. After loading the resources (i.e., rooms), I want to go back and po...
How to assign a list type variable to data columnfield of daypilotCalender ?
i am adding columns to day pilot calender control for resource view. I have a list of rooms and inside that name field is there which i want to assign to the data column field. roomList.Items.ForEach...
how to match data source id with columns's ids in resource view?
i am adding columns to day pilot calender control for resource view, i am not seeing the data in the control. do i need to match the data source id and column id explicitely ? how can i do that? room...
Scheduler not updating associated data bound list view
Hi, I have a page that uses a databound list view for unscheduled events that I drag onto the DayPilotScheduler and that works nicely, the event is placed on the schedule and removed from the listvie...
CellDuration and Event Time
Hi, If I have the cell duration as 15 minutes, and my event time is from 9:00 to 9:20 AM. The event is being displayed only from 9:00 to 9:15 PM. Is there any way to get around this, so that the even...
event left bar color height
how to increase event's left bar color's height in day pilot calender control?
change row header name
Answered: You can add columns to the daypilot control via: - dayPilot.Columns.Add(name, id); When events are added set the DataColumnsField property of the event to the id of the relevant column.
Header Row Column not aligned with Event Column
Hi I am just following the tutorial, and default behavior shows that the column widths for the header date row and the event time slots are always out of alignment, am I doing something wrong?
How to redirect to another Pager (Controller Action) when clicking an event ?
Hi, i try to find a solution to redirect to another controller action when i click an event in the daypilotmonth component. Maybe someone has an idea or a small peace of code to solve that problem? T...
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...