This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi Jason, I am trying to set the Maximum property for the DropDownDateTimePicker using the samples explorer demo example. I set it to the current date in the code behind using a property but it allows me to select past that date. Could you please provide an example of how to correctly use the Maximum property? example:
and MaxDate is set to DateTime.Now in the code behind. Thanks. Kamal |
|
|
Hello Kamal Thanks for pointing this out. There were some missing bindings within the themes that weren't passing the min and max values from the DropDownDatePicker to the internal date controls. This will be resolved in the next nightly build so that the code you posted will work fine. Jason Fauchelle |
|