Browse By Tags

  • WinSchedule Appointment screen customization

    Related to my prior inquiry (https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/121372/winschedule-sample-confusion-questions), this one will be specifically about the appointment dialog. based on the sample WINSCHEDULE DATABASE…

  • WinSchedule sample confusion / questions

    So I'm going through the documentation and sample programs for WinSchedule. And I have lots of questions...

    As a point of reference, I am looking primarily at the demo titled "WINSCHEDULE DATABASE DEMO VB".

    First, I am baffled at the design…

  • Scroll for more appointments in UltraMonthView and UltraWeekView

    Hi,

    We use WinSchedule Infragistics UltraControls v16.2 for WinForms.

    When adding multiple appointments to the UltraCalendarInfo, they appear nice in the different views (UltraDayView, UltraWeekView, UltraMonthView and UltraTimeLineView).

    In UltraWeekView…

  • BarColor In WeekView and MonthViewSingle

    I know that the BarColor property of the appointment object does not exist in the WeekView or the MonthViewSingle.  I have added a creation filter to the week and month views to try to simulate the BarColor that exists in the day view  I also am adding…

  • ultramonthviewsingle single day event bar

    Using vb.net 2008 and Infragistics 9.2. Using a ultramonthviewsingle  and have an appointment that is a single day (contained in one box), when selecting it it does not show the small white boxes for dragging to multiple days. If I have a multiple day…

  • MonthViewSingle

    I'm setting up a test area to use MonthViewSingle. I need some help in Visual Studio. The main example code copied in and I added the references I needed. It still needs properties and Styles. where can I find the code that goes with the example.

  • ObjectDisposedException on UltraMonthViewSingleBase.OnMouseDown()

    Normal 0 false false false EN-US X-NONE X-NONE …

  • ultraMonthViewSingle border color for today in office 2007 style

    1) I have ultraMonthViewSingle with ViewStyle set to Office2007, in this style the today day has a border with the same color as day header, how is the day formatted I want to replicate this style (with different color) for DayWithActivityAppearance.…

  • Foreign Calendar Display: different weekday

    I application need to display a foreign calender which have different weekend days (Friday and Saturday rather than Saturday and Sunday) also I should be able to set holidays which occurs every year on same day like Christmas day 25th of December and…

  • Delete a recurring appointment from UltraMonthViewSingle

    I am trying to delete a recurring appointment from the UltraMonthViewSingle, I have reference to an appointment but it is not removed from the UltraMonthViewSingle.

     

            private void ultraMonthViewSingle_DoubleClick(object sender, EventArgs e)

            {

  • Create a class schedule calendar help ?

    I want to create a student's class schedule, which would basically look like Outlooks weekview, with the days side by side, and a time scale along the left side.  I would want this time scale to show only 7:00am to 7:00pm, with 5 minute increments…

  • Modifying DayHeader in UltraMonthViewSingle v9.2

    I am using UltraMonthViewSingle v9.2 and  trying to display the number of appointments in the DayHeader of the calendar, as shown below.

     

    I am able to change the text temporarily by changing the text in the textUIElement of the DayNumberUIElement, but…

  • Can I disable the dragging of an appointment

    I would like to disable the appointment drag, in the ultramontViewSingle, if more than one appointment are selected, just like outlook does it.

    How can I do that?

  • How do I know the month in UltramonthView

    Hello,

    How would I know which month is the one in view, ie when the user scrolls up/down in ultramonthViewSingle I would like to know which month/months(2 in some cases when I have the view set to display 5 weeks) are layed in the view, Just like its done…

  • Scheduler App - All day appointment limitations

    Currently working on a scheduler application.  The main focus of the application is to enter demand (by day and week) and then be able to match supply to that demand.  The users that would be using the demand entry portion of the app would like to see it…

  • Tooltips on All Day event appointments

    hi there

    tooltips are not appearing on all day event appointments. I am using version 8.3.20083.2039.

    Please help

    Thanks

     

     

  • ScrollDayIntoView on UltraMonthViewSingle

    When I first load my UltraMonthViewSingle calendar I am doing this:

    mvsMonth.CalendarInfo.SelectedDateRanges.Clear()

    mvsMonth.CalendarInfo.ActiveDay = mvsMonth.CalendarInfo.GetDay(StartDate.AddMonths(hsbMoveDates.Value),

    True)

    mvsMonth…

  • I am missing UltraSchedulePrintDocument...

    I have the UltraWinSchedule.  I need to print the UltraMonthViewSingle and UltraWeekView calendars, but I cannot find the UltraScedulePrintDocument class anywhere.  Did this come out with a later version?  Do I have to make another purchase to aquire this…

  • SaveasXML

    How can I use this SaveASXML in Appointment

    thanks

  • UltraWeekView

    I seems that the "More Appointments" indicator on UltraWeekView was not functioning. Because I have a A LOT of appointments in Day Box of ultraweekview, when i click the MORE APPOINTMENTS indicator it does scroll down to show the other down the line.…

  • Recurrence

    1. how can i Know if one particular Schedule was part of Recurring item?

    2. If its part of recurring Schedule how can i get the PARENT Schedule?

     

    Thanks

  • Need help turning off the mouse scroll on UltraMonthViewSingle and UltraWeekView

    I am using a horizontal scrollbar to allow the user to scroll from month to month or week to week.  I want to turn off the mouse wheel.  Can anybody help?

  • How do I get the text for a Note to wrap within a day on a UltraMonthViewSingle

    I have a note with a client and his ID number.  I would like to see the clients name and then the ID number below, but I don't know how to get that text to wrap within the day of the calendar.

  • How to handle day slot click event in the ultraMonthViewSingle

    Hi, I am using ultraMonthViewSingle control. i need handle click event for each day click not in the control click event.how to identify if the user clicked in the day slot not in the control for control click event itself or the control have any…
  • Specifying the WeekHeaderDisplayStyle as WeekNumber makes the UltraMonthViewSingle ignore the UltraCalendarInfo:FirstDayOfWeek

    Hello. The subject of this post pretty much says everything there is to say about my problem. I have a simple UltraMonthViewSingle which has an UltraCalendarInfo attached. Also, the WeekendDisplayStyle, TimeDisplayStyle and AppointmentEndTimeVisible…