I have a RadDatePicker: <telerikInput:RadDatePicker x:Name="MainDatePicker"></telerikInput:RadDatePicker>
I have another button on the page that i want to use to pop the date selection. I would assume like other controls, i could just do: MainDatePicker.Focus(). This returns false, and doesn't actually pop the calendar selection.
If I use a standard DatePicker, it pops the calendar selection. Any ideas?