Skip Navigation LinksHome / Community & Support / Code Library / Silverlight > DateTimePicker > How to restrict the entered date

Not answered How to restrict the entered date

Feed from this thread
  • Posted on May 2, 2012 (permalink)

    Requirements

    RadControls version Q1 2012
    .NET version 4.0
    Visual Studio version 2010
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Setting SelectableDateStart/End allows you to restrict the selection in the Calendar placed in the dropdown of the DateTimePicker.
    The attached project demonstrates how you can restrict the date that a user can type in the input field. In order to achieve this, you should implement the ParseDateTimeValue event and change the result if the entered date is outside of the SelectableDateStart/End.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / Silverlight > DateTimePicker > How to restrict the entered date