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

[Solved] Multimonth View and Selected Dates Css Class ?

2 Answers 39 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.
Barbaros
Top achievements
Rank 1
Barbaros asked on 30 Aug 2010, 04:06 PM
Hi,

1. How can i get the calendar in multimonth view format ?
2. How can i set a css class to Selection Dates ?

I tried to change the telerik.common.css  .calander .action-link {background-color:} but it breaks the default css rules.

Kind regards,
Barbaros

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 30 Aug 2010, 04:19 PM
Hello Barbaros,

Up to your question:
  1. Currently the calendar does not support multi-month view. You can view only one moth at a time.
  2. To change the selected style you can add the following CSS rule in your page
<style type="text/css">
.t-calendar .t-state-selected
{
  /* your CSS attributes here */
}
</style>

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Barbaros
Top achievements
Rank 1
answered on 30 Aug 2010, 04:31 PM
Thank you for the quick response.
I hope we could see multimonth view property soon.

Tags
Calendar
Asked by
Barbaros
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Barbaros
Top achievements
Rank 1
Share this question
or