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

[Solved] Events are Overriding

3 Answers 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Krishnangshu
Top achievements
Rank 1
Krishnangshu asked on 13 Jun 2008, 01:50 PM

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

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Jun 2008, 12:16 PM
Hello Krishnangshu,

Have you replaced [MySkin] in .RadScheduler_[MySkin] .rsMonthView .rsDateWrap with the actual skin that you are using?



Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Krishnangshu
Top achievements
Rank 1
answered on 17 Jun 2008, 06:40 AM
Thanks for your replay
i modified my CSS as:

.RadScheduler_[WebBlue]

.rsMonthView .rsDateWrap {

 

height: 20px !important;

 }

 

.RadScheduler_[WebBlue] .rsMonthView td.rsCell {

 

height: 150px !important;

 }

but it does't solve my problem.
Any further solution

0
Alex Gyoshev
Telerik team
answered on 19 Jun 2008, 01:15 PM
Hi Krishnangshu,

The correct styles should be
.RadScheduler_WebBlue .rsMonthView .rsDateWrap { 
    height20px !important; 
 
.RadScheduler_WebBlue .rsMonthView td.rsCell { 
    height150px !important; 

Sincerely yours,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Krishnangshu
Top achievements
Rank 1
Answers by
Peter
Telerik team
Krishnangshu
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or