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

RadCalenadar Month/Year Selector App Bar

4 Answers 50 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bachar
Top achievements
Rank 1
Bachar asked on 24 Mar 2013, 05:06 AM
Dear all,

We have purached Telric Controls for WP8, but when started using calendar control the App bar for Month/Year Selector shows (×) mark instead of the valid "done,Cancel" icon images ...

kindly advice ...
Regards

4 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 25 Mar 2013, 08:17 AM
Hello Backar,

Thank you for contacting us. 

RadCalendar internally uses our RadDatePicker control. Here you can read about the "X" icons in these controls and why they appear in your app bar.

Let me know if you need additional assistance.

Kind regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Volker
Top achievements
Rank 1
answered on 04 Sep 2013, 11:14 PM
I have the same problem and unfortunately I do not understand your answer.
I got the icon in the datepicker and time picker out.
but unfortunately not in the calendar month and year picker to change the month and year in calendar. can you please help me?
love greetings
Volker Karg
0
Todor
Telerik team
answered on 05 Sep 2013, 12:18 PM
Hi Volker,

Thank you for your question.

In the posted link, it was mentioned about two possible approaches: adding icons to the specific locations and editing control template. Which one did you use to get the icons inside the datepicker? If you used the first approach, then the same icons should be visible in the calendar's month picker as well. Another option that you have is to add the following style to the resources of your page/application without specifying a key:

<Style TargetType="telerikInput:RadDatePicker">
      <Setter Property="OkButtonIconUri" Value="/Assets/AppBar/OK.png"/>
      <Setter Property="CancelButtonIconUri" Value="/Assets/AppBar/Cancel.png"/>
</Style>

Of course you will need to modify the values and specify the actual location of your Ok/Cancel icons.

Let us know if you need further assistance.
 
Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Volker
Top achievements
Rank 1
answered on 05 Sep 2013, 09:41 PM
Thank you for your response.
Unfortunately, this does not help me!
I myself have found a solution.
For all users having the same problem:
There must be created in the Solution Explorer in the root a folder named "Images".
In this
"Images" folder, create two graphics with the name
"
DateTimePickerCancel.png" and
"
DateTimePickerOk.png" must be inserted.
Then everything
works fine. :-)
Tags
Calendar
Asked by
Bachar
Top achievements
Rank 1
Answers by
Todor
Telerik team
Volker
Top achievements
Rank 1
Share this question
or