DropDownCalendarControl: Formatting

I have several questions:

1) Drop down calendar appears behind other .net drop-down controls, instead of in front.

2) How do I use a skin id for the text-box? How do I use a different skin id for the calendar?

3) How do I remove the day from the format? I tried: CustomFormat=" dd/mm/yyyy" DayNameFormat="FirstLetter" Format="CustomChar" ,
without any luck.

Thank you.

1 Reply

AD Administrator Syncfusion Team December 27, 2006 12:38 PM UTC


Hi Andrea,

1) This is a known issue for which a bug report has been logged. You can refer to it at: http://www.syncfusion.com/support/issues/tools/Default.aspx?ToDo=view&questId=2743
We Will update you once its implemented.

2) I have attached a sample for setting distinct skinID to DropDownCalendarControl.Could you please look intoit?. Attached Sample link :
DropdownCalendarskinsupport.zip

3) You can remove the 'day' from the dropdowncalendar value either by setting the Format property as 'Short' or by setting the following properties :

Format = 'CustomString'
CustomFormatChar = D
CustomFormat = dd/mm/yyyy

Please let me know if you have any further queries.

Thanks for using Syncfusion products.

Regards,
-P.Maheswari

Loader.
Up arrow icon