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

Clicked slot back color.

4 Answers 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Saira
Top achievements
Rank 1
Saira asked on 23 Sep 2013, 09:01 AM
Hi telerik support
How to give a custom color to the clicked slot of a schduler?

Thanks
Saira

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Sep 2013, 09:26 AM
Hi Saira,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadScheduler_Windows7 .rsContentTable td.rsSelectedSlot
    {
        background: none repeat scroll 0 0 Blue !important;
    }
</style>

Thanks,
Shinu.
0
Saira
Top achievements
Rank 1
answered on 24 Sep 2013, 08:59 AM
Thanks for the CSS. Similarly how can I reduce the size of the description field in advanced insert form and also the height of that main form?
0
Accepted
Shinu
Top achievements
Rank 2
answered on 24 Sep 2013, 09:54 AM
Hi Saira,

Please try the following CSS.

CSS:
.RadScheduler .rsAdvancedEdit textarea
{
    height :20px !important;
    width:350px !important;
}
.RadScheduler .rsAdvFormWrap
{
    width:500px !important;
}

Else you can set the AdvancedForm-MaximumHeight, AdvancedForm-Width property of the RadScheduler to a desired value to set the width and height for the Advanced Form.

Thanks,
Shinu.
0
Saira
Top achievements
Rank 1
answered on 24 Sep 2013, 05:11 PM
Thanks shinu
Tags
Scheduler
Asked by
Saira
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Saira
Top achievements
Rank 1
Share this question
or