Hi,
I am trying to add a few space after last schedule slot inside timeline view. My scheduler will allow the user to key in three different timing in schedule. But after key in two timing , there is no space to allow them to click on timeslot to add one more timing with inline edit view. Please see below picture.
![]()
I tried to play around with css.
.RadScheduler .rsTimelineView .rsAptIn
{
height:14px !important;
}
.RadScheduler .rsTimelineView .rsAptMid
{
height:14px !important;
}
.RadScheduler .rsTimelineView .rsAptOut
{
height:14px !important;
}
.RadScheduler .rsTimelineView .rsApt
{
height:14px !important;
}
.RadScheduler .rsTimelineView .rsLastWrap .rsLastSpacingWrapper
{
height: 30px !important;
}
But it will apply for both schedule slot as below picture. I don't want space in between. Is there anyone who can help me with this issue.
![]()
Thanks in advance.
Best regards,
Ei Wai