Hi -
I have a RadDateTimePicker column in my grid that is initially null. So I am calling SetToNullValue.
But when the user opens the RadDateTimePicker, we would like to set a default date. It appears to use the MinDate for the default date, which my user's don't like.
For example, for a search feature the system defaults to no date criteria (a null value date). But the user can search up to 3 months back (.MinDate = Today.AddMonths(-3)) But the user's don't want to default to this date when the calendar opens.
So is there an easy way to set a default date in this case?
Thanks!
I have a RadDateTimePicker column in my grid that is initially null. So I am calling SetToNullValue.
But when the user opens the RadDateTimePicker, we would like to set a default date. It appears to use the MinDate for the default date, which my user's don't like.
For example, for a search feature the system defaults to no date criteria (a null value date). But the user can search up to 3 months back (.MinDate = Today.AddMonths(-3)) But the user's don't want to default to this date when the calendar opens.
So is there an easy way to set a default date in this case?
Thanks!