DateTimePickerAdv: Hide the ''None''-Button

Hi! How can I make the NoneButton invisible? The dateTimePickerAdv.Calender.NoneButton.Visible- property is always set to false (in the Designer). And how can I display ''Heute'' instead of ''Today'' in a german culture-context? Greetings Falk

1 Reply

AR Anupama Roy Syncfusion Team February 20, 2006 04:07 AM UTC

Hi Falk, Sorry for the delay in response. Inorder to make NoneButton invisible in DateTimePickerAdv,you can set NoneButtonVisible property to false as shown below: this.dateTimePickerAdv1.NoneButtonVisible = false; For displaying Heute instead of Today,you will have to Localize the Text into German.Please take a look at the KB Article regarding this. http://www.syncfusion.com/support/kb/tools/Default.aspx?ToDo=view&questId=293 Let me know if you have any questions. Thank you for your interest in Syncfusion products. Regards, Anu.

Loader.
Up arrow icon