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

How to set the border style for the selected date in telerik rad scheduler month view?

1 Answer 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sathy
Top achievements
Rank 1
Sathy asked on 20 Dec 2013, 05:23 PM

Hi,

Good Morning to all!!!

I'm newbie for website projects development. So please guide me to do my task successfully.

My Questions is how to set the border style for the selected date of telerik Rad scheduler month view?

If any clarification on my question, please let me know.

Thanks in advance!!!

Sathy Jay

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Dec 2013, 05:02 AM
Hi Sathy,

Please try the following CSS to give the border color for the selected Date in RadScheduler.

CSS:
<style type="text/css">
    .rsSelectedSlot
    {
        border: 1px solid red !important;
    }
</style>

Hope this will helps you.
Thanks,
Shinu.
Tags
Scheduler
Asked by
Sathy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or