Browse By Tags

  • XamMonthView - ActivityPresenter Styling Error inside TabControl

    Hi all,

    I'm trying to remove the time from the left side of XamMonthView appointments. The time only displays when the appointment is on a single day.

    I've successfully styled the control by customizing the generic.shared infragistics style, however…

  • XamScheduleDataManager ActivityDialogDisplaying event not firing

    I have a XamOutlookCalendarView and I have just implemented AppointmentPropertyMappings so that I can bind the ListScheduleDataConnector.AppointmentItemsSource directly to my EntitySet instead of binding it to an ObservableCollection of Appointment objects…

  • icon while dragging appointment field

    hello,

    I have multiple calendars of type xamDayView and I wanted to know how I can change the mouse pointer icon while dragging one appointment from one calendar to another!

    I am not certain which property should be editted since there's already a built…

  • inserting button into xamDayView appointment (silverlight 4)

    Hello,

    Throught silverlight xamDayView Class, I'm trying to put a button  inside the appointment field after I've set up my appointment. It would be a lot of help to me.

    Now, I'm not saying only a button, it can be any element as long as I…

  • MonthView Cell template

    Am using IG silverlight4 controls

    Am having a data collection as list

    var myList = new List<DayList>()
                {
                 new DayDetails { Date=1, Proirity= "High",  Val = 15 },
                 new DayDetails { Date=2,  Proirity= "Low", Val = 15 },
                 new DayDetails…