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

Some Questions about TimeLineView

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hee
Top achievements
Rank 1
Hee asked on 04 Oct 2011, 05:14 PM
1. I did set RowHeight to auto for TimeLineView. But appointment go out sticking around about 1px.(Please refer to attachment 'TimeLineView1.jpg' I don't know how to solve....please help me!
Here is my css for RadScheduler.
/* TimelineView RowHeight */
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsApt,
.RadScheduler_Default .rsTimelineView .rsAptOut,
.RadScheduler_Default .rsTimelineView .rsAptIn,
.RadScheduler_Default .rsTimelineView .rsAptMid,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    height: auto !important;
    position: relative !important;
}
 
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    min-height: 21px;
}
 
.RadScheduler_Default .rsTimelineView .rsAptContent
{
    position: relative !important;
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: 0;
}
.RadScheduler_Default .rsTimelineView .rsLastWrap
{
    height: 16px !important;
}


2. I want to increase height for TimeLineView. (Refer to attachment 'TimeLineView2.jpg') But I don't want to increase row height of appointment. Is that possible?

3. Is there a way to show a multiline TimeLineView to? Please refer to attachment 'TimeLineView3.jpg'


Thanks
Hee

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 07 Oct 2011, 10:03 AM
Hello Hee,

1) What are you trying to achieve with point 1?
2) That's doable. However, it will be best if you could send us a live URL to have a look at it
3) Breaking the timeline into several lines is not possible

Best wishes,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Hee
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Share this question
or