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

Having trouble using styles w/resource types

1 Answer 40 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 13 Apr 2009, 02:52 PM
I think I followed the training video to the T, but I'm not able to change styles of tasks based on their resource type.

I'm using the Vista skin.  When I look at the code-behind I can tell that the styles are being called.  But they seem to be getting overridden.

I'll include some code:

Sample style:
One of the task styles -
.MeetingStyle
{
    background:CornflowerBlue;
    border:solid 1px Navy;
}

Some of the code-behind:
<div id="RadScheduler1_0_0" title="Good Friday" class="rsApt Meetingstyle" style="height:21px;width:100%;">
    <div class="rsAptOut">
        <div class="rsAptMid">
            <div class="rsAptIn">
                <div class="rsAptContent">
                    <div class="rsAptRecurrenceException">
                    </div>Good Friday<a class="rsAptDelete" href="#">delete</a>
                </div>
            </div>
        </div>
    </div>
</div>

Any ideas why I can't get the tasks to change color?


1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 13 Apr 2009, 02:55 PM
Hi Matt,

The styling of RadScheduler has been changed with Q1 2009. Attached is the content of an up-to-date topic which will appear in the online help soon.


Greetings,
Peter
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Matt
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or