Browse By Tags

  • Preventing overlapping appointments in the same time slot

    Hello all,

    I'm working with an v11.2 UltraDayView that allows the user to schedule appointments based on "tasks". Eventually, we'd like to be able to pull back the user's laid-out schedule and create a report based on where they spend their time. For…

  • UltraDayView

    Hello,

    I have build a user control that contains a UltraDayView with a UltraCalenderInfo object.  The calendarInfo object has multiple owners, which i then create multiple appointments within these owners  with time slices from a database.  The problem is…

  • How to create a weekview like outlook

    I am using a combination of ultradayview, ultraweekview, ultramonthviewsingle and ultramontviewmulti. I want to create a weekview like outlook which looks like a ultradayview with more selected days.

    But i cannot change the selected days in my calenderinfo…

  • UltraDayView

    Is there a way (hopefully easy without overriding drawing methods) to set the width of appointments in DayView.  Right now the cover about 90% of the width of the column.  When trying to create another appointment for the same time the user (even I) have…

  • How to hide an appointment column for an owner on a specified date in DayView

    I've been trying to figure out how to hide a single column in the DayView control for an owner on a
    specified date.

    The reason being an owner is added to our system before they actually commence work, this allows
    the receptionist to start booking…

  • Crash with DayView component ( Infragistics2.Win.UltraWinSchedule.v7.1 - File Version: 7.1.20071.40)

    I have problems with Infragistics.Win.UltraWinSchedule.UltraDayView component with the combination of appointments listed above ( thrown an exception ). : System.IndexOutOfRangeException

    Class:
    Infragistics2.Win.UltraWinSchedule.v7.1
    File Version: 7.1.20071…

  • multiple working time span in a single Day

    Hi,

    when I set working hours in my UltraDayView i can modify only WorkDayStartTime and WorkDayEndTime properties.

    For my application, I really need to manage a break  in the working day, so i have to set 2 different time span in the same day (for example…

  • Help setting working hours in UltraDayView

    Hi,

    I'm developing an application where the User can insert working shifts. I show the summary of the inserted shift using an UltraDayView and the problem is that I must specify the DayOfWeek before setting working hours.

    If the User inserts a biweekly…

  • Hiding Saturday & Sunday for an UltraDayView

    Hello all,

    I'm working with an UltraDayView control in which I'm displaying Friday through Thursday (based on our work weeks). I'd like to give the user the ability to hide the weekend days (Saturday & Sunday) through a user setting, but I'm not sure…

  • Finding timeslots without appointments within them and displaying available timeslots to the user

    Hello all,

    I'm using an UltraDayView to let the user add/resize/drag/schedule appointments on a daily or weekly basis. I'd like to know if there's a simplistic way to calculate what timeslots don't contain any appointments within them…