Browse By Tags

  • Is It Possible to have Days colored in UltraDateTimeEditor?

    Hi Team

    Is It possible, dates to be colored with diff colors in UltraDateTimeEditor like UltraCalendarCombo.?

  • UltraCalendarCombo and AlwaysInEditMode

    I understand why text editors appear different when in edit mode per:

    http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=4944

    I know I can use the AlwaysInEditMode property on the text editor control to keep the control in…

  • Localization of UltraCalendarCombo

    If I want to localize the UltraCalendarCombo (especially the DateButtons and the NullDateLabel) there are some bugs:

    If localizing the DateButtons (using Standard [English] and German) the values seem not to be stored correctly

    The NullDateLabel can…

  • Different edit format to Display format for UltraCalendarCombo

    We are replacing an old ocx date time picker. It's user experience (which we need to recreate exactly) is as follows:

    user types "04", "/" is automatically added, user then types "05", "/20" is automatically added, leaving the user to type "09"…

  • Custom events on custom DateButton in UltraCalendarCombo

    How do you create and attach custom events to a custom DateButton in the UltraCalendarCombo control?  The online docs are..... incomplet.  I see no where in the properties to set the name of my method, and no events are available in code where I can attach…

  • [UltraCalendarCombo] Detecting user change versus code change.

    Is there an equivilant to the MS control's ChangeCommited event in the Infragistics contol?

  • UltraCalendarCombo

     How can I set the color of selectable days. For example, only monday's are selectable. I've achieve this by using the ultracalendarInfo to set all DAys OfWeek to Enable = false, except for Monday. 

     How can I change the backcolor of the selectable…

  • UltraCalendarCombo Date Display

    I've set up this control to drop down with one row of 3 months - Jan Feb and Mar calendars show. But my data is historic only so I really want Nov, Dec and Jan to show when the user hits the dropdown. I've looked at all the properties and really don't…