This is a migrated thread and some comments may be shown as answers.

ActionButton for RadDatePicker

4 Answers 47 Views
DatePicker and DateSelector
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vladimir
Top achievements
Rank 1
Vladimir asked on 27 Aug 2013, 01:47 PM
Hello I need ActionButtonf for clear selected date. Does RadDatePicker have such opportunity and what i can do if not.

4 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 28 Aug 2013, 07:41 AM
Hello Vladimir,

Thanks for your question.

RadDatePicker does not have support for an action button out-of-the-box. You can easily add one by restyling the control and inserting a button in its control template. You will have to manually handle its Tap event and clear the selection in the code behind though.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Vladimir
Top achievements
Rank 1
answered on 28 Aug 2013, 07:51 AM
Thank you for you reply. Could you provide more information how to restyle radcontrols, may be some examples or other helpful information.
0
Deyan
Telerik team
answered on 28 Aug 2013, 10:28 AM
Hello Vladimir,

Thanks for writing back.

Restyling of any Silverlight for Windows Phone control (including RadControls) is done by extracting the default control template in Visual Studio's designer or Microsoft Expression Blend and modifying it according to the requirements.

To extract the default style in Visual Studio or Expression Blend, you right click on the control, expand the Edit Template and choose the Edit Copy option. This will put a XAML snippet in the resources of your page that represents the default control template. From that point you can change whatever you like.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Vladimir
Top achievements
Rank 1
answered on 28 Aug 2013, 10:46 AM
thank you for you reply
Tags
DatePicker and DateSelector
Asked by
Vladimir
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Vladimir
Top achievements
Rank 1
Share this question
or