Active Questions
give fixed size to modal popup
i have used ajaxmodalpopup extender for showing the modal popup. and i want to assign fix height and width to the modal popup and if the data exceeds the assigned size i want to show the scroll bar t...
Move event with Ctrl-key pressed
Is ther a way to detect if the Ctrl-key was pressed in the client-side EventMoveJavascript handler? This way I can implement a Move (ctrl-key up) or Copy (ctrl-key down)
CellGroupBy="Year" freezes
Hi, First of all excellent .Net calendar! I'm trying to get my calendar i different views such as Hour/Day/Week/Month/Year. But everytime i'm trying to set CellGroupBy="Year", it freezes my VS. I'm u...
Can we have Recurring Event Functionality?? Please reply ...
Can we have Recurring Event Functionality?? Please reply ... ASAP
Bug with DayPilotCalendar AllDayEvents when ViewType=Respources
Hi I am using a DayPilotCalendar control set to ViewType="Resources" and withDataColumnField set correctly. I'm setting two row headers using HeaderLevels="2" and adding the columns in the code behin...
How to insert a custom LINK in an already existing event?
Hy everyone, I'm testing this DayPilot and it seems quite ok and fast. I'm trying though to play with the InnerHTML and the ToolTip properties of an event, in the "BeforeEventRender" method, in order...
Drag and copy
Answered: hi there, You can put null into first param of the dragStart function, something likes below: DayPilotScheduler.dragStart(null, 60*60, "1", null); Cheers, andy.
Center on Drag and Drop
Is it possible to center the Scheduler display to a time specificed by an external Drag and Drop? Thanks
Get displayed date?
Hi, I'm using Daypilot in day view. I can get the start day of the current week using calendar.startdate, but I'd like to know what day/date the calendar is currently displaying, not the date of the ...
Daypilot calender event editing does on work in firefox
I am using Daypilot 5.7 calendar. I have noticed that editing events works fine in IE and Chrome; however, editing calendar events does not work at all in Firefox. Is there a resolution for this bug?...
drag and drop data from treeview onto Scheduler
I am looking for a calendar control in which i can drag the data from the treeview control and drop it onto the scheduler.I just want to know whether your scheduler control supports this.If yes,then ...
Schedular week view
Hi Dan, I think you have a typo on this page http://blog.daypilot.org/2009/11/scheduler-time-line-scale-options.html You say that the following: CellDuration="10800" CellGroupBy="Month" But if a calc...
Get exact date
hi i'm using the scheduler controll for an application i'm designing and since the scheduler only has a start end endtime i'm running into a problem. the app i'm making is a planning system for appoi...
how i can display count of months to my country calendar type like convert from gregorian to shamsi
hi
Day View customization
In the dayview there are so many columns like maximum simultaneous events are there. But some events could be wider because there are not so much events at this. But the column is to small. Can I cor...
daypilot scheduler resize and cellwidth property
Hi, I'm using daypilot scheduler and I have a problem with the resize of the table (html table) where component is. The Width property of the component has a defined value, and always the same, as th...
Scheduler Resource Name and ID
Hi, I facing this problem as i want to get the resource name when createing a new event in javascript. currently i only have this 3 property to access (start, end, column) which column return me the ...
upgrade from version 5.2 to 5.7. Message " Array JsonData Expected. Received:string"
Hi When you upgrade from version 5.2 to 5.7 I get the following message when doing a postback to the page. Help please. Thanks
Resources on X-axis and Days on Y-axis
Is it possible to display resources on x-axis and days on y-axis in DayPilot Scheduler. If yes then please let me know how.
Event name does not show in event cell
Hi, First off wow awesome work with this control very good :) i have one problem though. Why doesnt the name of the event from the "DataTextField" show in the event cell. It only shows in the tooltip...