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

Rad Calendar Week Number

2 Answers 76 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 20 Jul 2011, 09:14 PM
Hello,

any examples to change the color of each week numbers on the calendar and to change the mouse to hand on hover?

Thanks

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Jul 2011, 07:39 AM
Hello Kumar,

You can change the default style of week numbers by overriding the default CSS as shown below.

CSS:
<style type="text/css">
  .rcRow  th
  {
    color:Red !important;
    cursor:pointer !important;
  }
</style>

Thanks,
Princy.
0
Kumar
Top achievements
Rank 1
answered on 21 Jul 2011, 02:06 PM
how about dynamically (through C# code) assigning different colors to week numbers?
Tags
Calendar
Asked by
Kumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kumar
Top achievements
Rank 1
Share this question
or