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

Visual clue not shown on day view of radsceduler

2 Answers 97 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nehal
Top achievements
Rank 1
Nehal asked on 16 Apr 2013, 11:25 AM
Hi,

I am not getting visual clue for non-visible appointment of scheduler.

As shown in attachment "dayView.png", i can not get visual clue while for weekview as shown in "weekView.png" i can get visual clue.

What properties do i need to set for dayview to show visual clue?

Regards,
Nehal

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 22 May 2013, 12:29 PM
Hello Nehal,

I tested the issue that you describe with this demo but I was not able to replicate the problematic appearance. Once I set the Time Mode to Business Hours I get the OvertimeArrow at the very bottom and top of the Timeslot (as demonstrated on the attached image).
 
Regards,
Kate
Telerik
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.
0
Nehal
Top achievements
Rank 1
answered on 10 Jun 2013, 06:27 AM
Hi Kate,

I found the cause of this issue. I had set "RadScheduler1.ShowAllDayRow = false;" from code behind because I don't want to show AllDayRow.

When I changed "RadScheduler1.ShowAllDayRow = true;" in code behind and set css of AllDayRow as

.rsHorizontalHeaderWrapper
{
display: none !important;
}

then I can see visual clue on right position and in all view of RadScheduler control.

Thanking you,
Nehal
Tags
Scheduler
Asked by
Nehal
Top achievements
Rank 1
Answers by
Kate
Telerik team
Nehal
Top achievements
Rank 1
Share this question
or