Hi,
Is there any way to mask "CalenderCombo".
Hi Siva,
Thank you for contacting Infragistics Developer Support.
You can use the IEditorDataFilter interface in order to convert the displayed date in the UltraCalendarCombo with any mask and culture you would like. For more information about this interface please follow this link:
http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/HTML/WinGrid_Using_the_IEditorDataFilter_Interface_with_WinGrid.html
In the Convert method of the interface you can check if the Direction of the conversion is EditorToDisplay. If it is get the Value of the conversion arguments. It should be a date time, so you can use the ToString method to convert it with the specified mask.
I have attached a sample which demonstrates this approach.
Please let me know if you have any additional questions.
Hi Dimitar,
Thanks for your quick reply.
I want to set "__/___/____"(If date format is dd/MMM/yyyy) something like this according to the date format which user sets through Masking.
I have seen this feature for "UltraDateTimeEditor". I want to do it for "UltraCalenderCombo".
Is it possible. Kindly assist.
Thanks,
-Siva