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

RadSchedular css properties

2 Answers 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rushma
Top achievements
Rank 1
Rushma asked on 16 Jan 2012, 01:14 AM
Hi,

Is there a way to change the css properties of the radschedular?

I have set the Font-Names property of my radschedular to Verdana. However while editing the appointment, all the textboxes and drop downs still show the default font (highlighted in red in the attached image). Is there a way I can change it?

Cheers.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jan 2012, 10:25 AM
Hello Rushma,

Try setting the following CSS to achieve the required scenario.
CSS:
<style type="text/css">
 html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
 {
  font:12px Verdana !important;
 }
</style>

Thanks,
Princy.
0
Rushma
Top achievements
Rank 1
answered on 17 Jan 2012, 08:26 PM
Thanks for that Princy, but it doesn't seem to work :(
Tags
Scheduler
Asked by
Rushma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rushma
Top achievements
Rank 1
Share this question
or