Using Telerik v2013.1.220.40
I have tried pretty much everything but can't seem to succeed with this seemingly simple task.
I have 2 DateTimePicker, one for startDate and one for endDate.
I want to use the NullText "Start Date" and "End Date" respectively.
Now,
- When I put the date 1900-01-01 in startDate, the NullText "Start Date" should shows.
- When I put the date 2199-01-01 in endDate, the NullText "End Date" should show.
I don't have a problem with startDate control, but the endDate control always use the lowest date instead of my 2199-01-01.
Please provide a solid sample that works
I have tried pretty much everything but can't seem to succeed with this seemingly simple task.
I have 2 DateTimePicker, one for startDate and one for endDate.
I want to use the NullText "Start Date" and "End Date" respectively.
Now,
- When I put the date 1900-01-01 in startDate, the NullText "Start Date" should shows.
- When I put the date 2199-01-01 in endDate, the NullText "End Date" should show.
I don't have a problem with startDate control, but the endDate control always use the lowest date instead of my 2199-01-01.
Please provide a solid sample that works