how can i avoid DateTimePicker crashing?
when I set DateTimePicker to minimum value of 01.01.0001 (ex. when you set it to Null value) and then open calendar (positioned at 01.01.0001) and move a month (or a year) earlier - application crashes.
when it's a simple DateTimePicker i can set a minimum value and a null value to secure the situation.
but when DateTimePicker is a part of RadGridView column type of DateTime, i have no ability of setting values of Minimum or Null for it.
do you have any solutions for this situation?
when I set DateTimePicker to minimum value of 01.01.0001 (ex. when you set it to Null value) and then open calendar (positioned at 01.01.0001) and move a month (or a year) earlier - application crashes.
when it's a simple DateTimePicker i can set a minimum value and a null value to secure the situation.
but when DateTimePicker is a part of RadGridView column type of DateTime, i have no ability of setting values of Minimum or Null for it.
do you have any solutions for this situation?