Is there any possibility to hide Close Button in DateTimePicker?
Kind regards,
Paweł Żochowski
3 Answers, 1 is accepted
0
Konstantina
Telerik team
answered on 26 Oct 2011, 01:37 PM
Hello Paweł,
In order to remove the close button from the RadDateTimePicker you need to edit its template. You can do this very easy with Expression Blend. Just drop a DateTimePicker control on the design surface, right-click it and choose from the menu Edit Template -> Edit a Copy. Then Blend will generate all the needed resources. Find the Border with x:Name="CloseButtonContainer", which contains the Close button and remove it.
Hope this information helps.
All the best,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>