I have a datepicker, but it is allowing me to enter any text. I want to disable user from entering text. User should be allowed to select date from the calendar.
Add the property
Focusable = "False"
to your datepicker. This should not allow user to enter any string in datepicker textbox