This question is locked. New answers and comments are not allowed.
I using the RadDatePicker, if I set the "CancelButtonIconUri" and "OKButtonIconUri" I get a NullReferenceException.
There is also not possible to change the button text on the settings
<telerikInput:RadDatePicker FontSize="21.333" Foreground="#FF1A89DE" EmptyContent="Datum wählen" Height="43" Margin="-4,-8,0,0" CancelButtonIconUri="/icons/appbar.cancel.rest.png" OkButtonIconUri="/icons/appbar.check.rest.png"/>I also tried the whole set in a template. Then it don't show a exception but it is still not displayed the correct icons or text.
I tried it with the current version of the controller and also with the beta Q2.
Any Ideas?