I am using following CSS for showing full event detail and remove resizing control
<
style type="text/css">
.rsApt
{
position: static !important;
cursor:hand;
}
.rsAptContent
{
font-size:10px !important;
line-height: normal !important;
overflow: visible !important;
padding: 2px;
}
.rsAptContent UL, .rsAptContent UL LI
{
margin: 0px, 0px, 0px, 10px;
line-height: normal;
list-style: bullet;
}
.rsMonthView .rsWrap
{
overflow: visible !important;
height:auto !important;
}
.RadScheduler_[MySkin] .rsMonthView .rsDateWrap
{
height: 20px !important;
}
.RadScheduler_[MySkin] .rsMonthView td.rsCell
{
height: 150px !important;
}
.rsAptWrap .rsAptResize
{
visibility: hidden;
}
</
style>
So.....in Monthview it works fine but in Weekview and Dayview event details are overriding each other, if i remove the above CSS then it works fine and events are showing side by side. How can i Show events side by side with full event detail and without resizing control