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

How to show only All-day row?

4 Answers 111 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Leo
Top achievements
Rank 1
Leo asked on 30 Sep 2010, 02:10 PM
Hi,
I'm facing an issue with RadScheduler.

I'm in WeekView, with ShowAllDayRow property set at true.
What I have to do to show ONLY the all day row, hiding ALL the hours row? setting DayStartTime same as DayEndTime doesn't work.

thanks in advance

Leo

4 Answers, 1 is accepted

Sort by
0
KEG
Top achievements
Rank 2
answered on 29 Apr 2011, 02:44 PM
Good question...maybe someone at Telerik could respond to this...have you resolved this?
0
Veronica
Telerik team
answered on 02 May 2011, 10:16 AM
Hi Leo and Keith,

Please take a look at this forum post for a solution and let me know how it goes.

All the best,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
David
Top achievements
Rank 1
answered on 18 Aug 2011, 11:16 AM
The problem is that when I use this css code the "all day" div is hided too.
What I want to do is to show only the "all day" part of the scheduler.
I looked to the generated code and there is 3 TR element:
the first is the date row
the second is the all day row
the third is the hours
But these tr element do not have css classes..
So how can I hide the third tr element ?
0
David
Top achievements
Rank 1
answered on 18 Aug 2011, 11:19 AM
Solved -->
.rsContentWrapper
{
 display: none;
}
Tags
Scheduler
Asked by
Leo
Top achievements
Rank 1
Answers by
KEG
Top achievements
Rank 2
Veronica
Telerik team
David
Top achievements
Rank 1
Share this question
or