i cant find a way to open the kendo angular(2+) datepicker from JS.
i want to have my own datepicker icon , hiding the default controller ( input field and icon using visibility: hidden; ) and to open the popup when my icon is clicked.
in the api doc i can find only blur and focus Methods
https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-blur
thanks