I have a windows form in my application which uses the datetime picker. I have noticed that there is no "Focus" property on the control. I cannot do the following:
fromDatePicker.Focus() and force my my user to interact with that control first, other Telerik controls on the form allow me to do this.
I am using the latest version of the WinForm controls and VS 2019
What am I missing?
Thanks