Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
UltraCalendar Combo and Masking
posted

Hi

how to apply date mask in ultracalendarcombo?

 

Regards

Asad Naeem 

  • 69832
    Offline posted

    The UltraCalendarCombo control does not support masking. UltraDateTimeEditor does, although it displays a .NET MonthCalendar control in the dropdown portion. You can use the Infragistics framework to "roll your own" control that does both these things, by adding a DropDownEditorButton to an UltraMaskedEditor's EditorButtons collection, then assigning an UltraMonthViewMulti control to the DropDownEditorButton's Control property. There is some additional coding necessary to move the edited value between the masked edit control and the dropdown, but not that much.