As the subject line states, is there a way to open the DatePicker programmatically?
1 Answer, 1 is accepted
0
Accepted
Georgi
Telerik team
answered on 10 Jul 2025, 08:44 AM
Hi Doug,
You can indeed open the DatePicker component programmatically. It provides various API methods, but the ones relevant to this problem are Open and Close. You can access them by capturing a reference to the DatePicker component using the @ref attribute.