-
Is there a way to force an appointment that spans two days to always line up the corresponding appointment bubbles between the two days in the month view? If you have an overnight appointment on Monday and Tuesday, the appointment that starts on Tuesday displays below the appointment that ends from...
-
Hi, i am building a form to show and edit a recurrence pattern. In the Weekly box, I have drawn 7 checkboxes, one for each day of the week. Well, it is easy,loading the form, to check the right checkbox if there is only one day in the RecurrencePattern.DayOfWeekMask; but when the event recurs for example...
-
Hi, I am building an application with C1 Scheduler and I am creating custom forms for editing and adding an appointment. The demonstration projects are useful, but they don't show how to set the recurrence of an appointment programmatically. I have searched in the help files, and I found the Appointment...
-
Hi, I have created an application with C1 Schedule control and C1 calender control and also mapped to database correctly.Now i have facing the Null refrence exception when opening the project for 2-4 seconds. Here i am giving the stack trace for the error below: at System.Windows.Forms.Control.MarshaledInvoke...
-
Hi, I have created an application with scheduler component. As in your example i have created a dataset for mapping the fields to the scheduler. I am using the sqlserver express2008 version database. I can map all the fields except the id. In sql server there is no number datatype. Let me know what is...
-
Hello! I know this issue has been discussed before in this forum, but I have a different kind of request. Would it be possible to set working hours per week day, ie WorkHoursMonday.Start = 08:00, WorkHoursMonday.end = 17:00, WorkHoursTuesday.Start = 10:00 and so on? I don't need this to control what...
-
i am trying to solve this for a day and i geting nowhere. so, this is my problem. i have scheduler which is binded to sqldatasource (appointments). everything work fine if i use the scheduler itself (add, edit, del, fill). as i have some custom data i want to get from the user i have created custom form...
-
Hello! We have been trying for a while to select the time interval under the cursor when the user right clicks, but have not succeeded so far. We have gotten close by catching the Click-event of the control, checking if e.Button == MouseButtons.Right, taking PointToScreen(e.location) and using it with...
-
I have an issue with double clicking an appointment and the scheduler opening a different one. The different one being where the mouse is hovering over and not the one I clicked on. I can make this occur in CustomData by double-clicking an appointment and quickly hovering over a nearby appointmnet. My...
-
I have a situation where my appointments overlap, instead of shuffling them around to fill the empty spaces. I can reproduce the issue with the sample customData. by creating 4 appointments (10:15-11:00) (10:00-10:45) (9:30-10:15) (9:00-10:45) Is there a way to not allow overlap? What options do I have...