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.
Just set the IsEnabled to false and that should solve your problem