#1
How can I configure radDateTimePicker to allow any type of input so I can parse the input into a valid date (or set to null if invalid)?
Examples:
How can I configure radDateTimePicker to allow any type of input so I can parse the input into a valid date (or set to null if invalid)?
Examples:
- Users want to be able to key in 7 (today's day part) and have the date parsing assume current month and year => 08/07/2013;
- Key in 9/7 ... date parsing will assume current year => 09/07/2013;
I will write the parsing rules ... but how can I configure the control to accept text only ... without the '/' and without trying to format as a date while the user is typing?
#2
How can I make the control (and all other Telerik controls) look like the rest of the controls on my form? I am using Win7 ... but others may be on Win8 or Vista.
#3
How can I make the control not nullable - so a date must be entered?