Browse By Tags

  • Change backcolor of current selected month

    Hi,

    I'm new with Infragistics and I am trying to change the background color of the current selected month. (See image)

    I want the orange to be another color.

    I tried with something like this.monthview.CalendarLook.Something.Appearance.BackColor …

  • Implement Winform UltraWin Schedule Appointment Grouping

    I have a c# winform project where i need to add two tabs: one for all the reservations and one for a reservations by Apartment as Gantt View.

    I have tried to add the appointment table to my SQL  database and tried to modify the database code to link it…

  • How to Update and Delete Occurance

    I have gone through infragistic forum and find related answer but in my case.

    1. Appointment is load from Store Procedure into Calendar

    2. Appointment is also Save from Store Procedure

    now i am having problem with Update and Delete of Occurance though…

  • 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…

  • Wrong WeekNumber in a UltraMonthViewMulti

    Hello,

    I noticed that the control starts its week number on the first week of year, regardless of the "nature" of this week. 

    For example, the 01/01/2012 is a sunday, and the control considers this day as week number one, which is wrong. The…

  • How do I get the gradient feature to work...

    I have successfully changed the color but have not been able to get the gradient to work on the "ActiveDay" on the "UltraMonthViewSingle" control.  

    Is there a parent object that is overriding my code?  What am I missing?  I am executing…

  • UltraDayView Appointment Instant Drag

    Hello.  I am having difficulty trying to resolve the cause of an annoying behaviour of the UltraDayView control, that may or may not be of my own making.

    I wish that when a user clicks on an appointment that a drag operation will commence immediately…

  • Can't get calendars to refresh data

    I have a need to refresh calendar information every few minutes (or at least check for changes).  The problem is that I can't find any way to refresh them. I have tried:

    calInfo.DataBindingsForAppointments.RefreshData()

    followed by a refresh…

  • Ultra Day View - show a week across the top

    I am new to the Calendar controls.  I simply want to show a week across the top of a form and allow the user to select a day and perform a refresh to a grid below it.  I have attached a simple picture of what I would like to do below.  thanks