we should not allow the user to enter in the textbox they should only use the dropdowns but if we set enable to false all the controls gets disabled and i even tried associating clientside event and returning false but still doesnt work can you please let me know if i am doing something wrong.
Thank you so much
Regards
Raghu
Hi raghumuvvala,
Thank you for posting in the community.
I suggest that you set the EditMode property of your WebDatePicker to CalendarOnly in order to enable date selection only using the dropdown calendar.
Please let me know if this helps.