All Questions

Horizontal scrollbar not available

Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?

Saturdays

Is it possible to show only Saturdays in a scheduler?

Problems with DayPilotCalendar Export

Hi I am having a number of problems with the export function of the DayPilotCalendar (i.e. Me.dayPilotCalendar.Export(ImageFormat.Bmp)) that are causing the image to not match the calendar as it rend...

Tooltip over any cell in DaypilotScheduler

Hi, Im currently trying to have a tooltip over any cell when i hover over it. However this option isnt available when i try to set it in Before Cell Render. Is there anyway i can do this? I have also...

Week filling cell on export

There are a problem with exporting charts with week cell duration. On webcells are full filled, on exported images not.In export, cell are filled proportion to days in week. If charts during 3 days i...

Week - during 10080 minuts not 10800!

There are serious problem in source file. You set there week during 10800 minuts, and day as 1440 minuts. Day during is correct, but 1440*7=10080!

Week - string

Hello, Wheni choose: .CellGroupBy = GroupByEnum.Week; On chart there are strings: Week 44, Week 45 itd. I'm from Poland, and my boss don't want english words in this project. To change thisI had to m...

Inline Edit Mode

Hello, I am new about DayPilot. I'd like to know how could I enter inline edit mode. I have seen the source of DayPilot Pro, but I do not understand how it is implemented. Does anyone help me? Thank ...

commandCallBack within a daypilot calendar control

Hi, On my page (.aspx) there is a DayPilotCalendar control, I'm trying to use the following commandCallBack(command, data); The server-side method gets fired and I'm able to check the e.command howev...

Month - _BeforeCellRender does not affect the 6th row

The _BeforeCellRender method is working fine whenever there are only 5 rows in the DyPilotMonth calendar. However, when there are 6 rows for a particular month, the 6th row of days/cells does NOT ent...

Error adding control to VS2008 Toolbox

When I attempt to add the control to my VS2008 toolbox I get an error loading types from assembly... Request for the permission of type 'System.Web.AspNetHostingPermission, System'

DayPilot scheduler live demo

The seperator in the scheduler live demo doesn't work fine. If you change the treeview expands, the seperator length has always the same length, doesn't it?

Need suggestion on scheduling

How would one go about handling a single daily event count in excess of 40,000? I think i need toceate 40K indiviudualschedules with a recurring daily event. Is this even possible? or even Manageable?

Operation aborted with IE

We have been using the DayPilot Calendar and we have seeing an "Operation Aborted" error in IE.We have been using the last version(5.8) of dll. Please advice.

Setting ContextMenuSelectionID

I've got a requirement to show or hide the scheduler context menu based on a condition evaluated in code-behind. If I'm setting the scheduler ContextMenuSelectionID (e.g. to show the context menu) vi...

DayPilotScheduler.getRowByIndex error

If we do an ajax request to refresh the scheduler, then try and right click when there's only one result, it results in an "DayPilotScheduler.getRowByIndex" error and the menu won't show. Ides?

end of development

has the development of daypilot and release of new builds ended?

Using Read only fields

Hi. I am having problems using read only fields on with the pop-up event detail - the full code is below but in short This doesn't work (nothing happens when I press "update" <asp:BoundField DataFiel...

Operation aborted with IE

Hi all. I am using the scheduler, and I have the famous IE bug "Operation aborted". This problem occurs only when I have a lots of events (maybe more than 300 lines) I am using the last version of dl...

Event Name length limit in Day Pilot

Hi, Can you tell us how to show an event in event calendar whenever we have more text to display. We want that to show on multiiple lines; so, is it possible?

Problem with BeforeCellRender event

For Months that span to 6 rows the DayPilot_BeforeCellRender event is not including the 6th Row and hence we are not able to operate on that. Can you tell us what we are missing here.