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

RadCalendar Select a Month Icon URIs?

6 Answers 53 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.
John
Top achievements
Rank 1
John asked on 01 Jun 2014, 07:20 AM
I was using the radcalendar tool and noticed when I choose the month and the window pops up showing to select a desired month, the check and cancel button are not showing. Where can I tell the tool where these icons reside?

Thanks,
John

6 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 05 Jun 2014, 06:22 AM
Hello John,

Thank you for writing.

Please have a look at this article which explains why the buttons are not visible initially and how you can add them to your solution.

Regards,
Todor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
John
Top achievements
Rank 1
answered on 23 Oct 2014, 03:16 PM
This is for the datepicker tool and I can not seem to locate similar functionality for the calendar control. Is there something I am missing?

Thanks,
John
0
Accepted
Rosy Topchiyska
Telerik team
answered on 27 Oct 2014, 02:47 PM
Hi John,

The Calendar control uses a DatePicker control internally to select the currently displayed month. You have to follow the instructions from the article that Todor had pointed. You just need to create an Images folder in your project and put the ok/cancel images there.

Please, let us know if you have further problems displaying the icons.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
John
Top achievements
Rank 1
answered on 30 Oct 2014, 03:01 AM

I am using the datepicker control elsewhere in my application and I can assing it's icons easily using the following XAML:

OkButtonIconUri="/Images/check.png" OkButtonText="done"
CancelButtonIconUri="/Images/close.png" CancelButtonText="cancel"



I can't seem to find the equivalent of this in the calendar control. How do I assign these to the datepicker that is inside the calendar control? I already have the icons in my image folder as you can see above.


Thanks again,
John                          

0
John
Top achievements
Rank 1
answered on 30 Oct 2014, 03:09 AM
I realized since my naming did not match the default naming convention it was not locating the images. I have it working now. Just for curiosity though, is it possible to override these default image names within this control?
0
Rosy Topchiyska
Telerik team
answered on 03 Nov 2014, 10:46 AM
Hello John,

You can edit the calendar Template and find the RadDatePicker control in it. There you can change the picker OkButtonIconUri and CancelButtonIconUri properties.

I hope this helps.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Calendar
Asked by
John
Top achievements
Rank 1
Answers by
Todor
Telerik team
John
Top achievements
Rank 1
Rosy Topchiyska
Telerik team
Share this question
or