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

[Solved] RadScheduler Style

3 Answers 265 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ban
Top achievements
Rank 1
Ban asked on 30 May 2009, 06:14 PM
Hi,
Please I have several questions in RadScheduler :-
1- When I make the View (TimeLine)  and I am using Grouping  and  the Grouping Direction is "Vertical", How can I manage the style of the left side where the Grouping Names show .
2- When I have more than 2 Appointment in same cell or day, It shows only 2 of them ! How can make them appear all.
3- Who can I wrap the text shows in the Appointment ? so I can show all the Subject text not only some of it.

Thanks for your cooperation

Ban

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 02 Jun 2009, 08:41 AM
Hi Ban,

1. You can use the following css selectors:
 /*css selector for resource header*/ 
    .rsVerticalHeaderTable th  
    {  
        color: Red !important;  
    }  
      
    /*css selector for time header */ 
    .rsVerticalHeaderTable th div  
    {  
        colorblack !important;  
    } 

2. Please, see this kb article:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/how-to-show-all-appointments-in-month-view.aspx

3. I assume you need to show the entire subject of appointments in Month view. You can try the following css:
<style type="text/css">  
        .RadScheduler .rsMonthView .rsWrap,  
        .RadScheduler .rsMonthView .rsApt  
        {  
            height:auto !important;  
        }  
          
        .RadScheduler .rsMonthView .rsApt  
        {  
            position:static !important;  
        }  
    </style>  
 

This workaround may fail in certain scenarios. For example when you have multiday appointments. Unfortunately, the functionality which you have requested is not supported out of the box and there isn't an ideal workaround either.


Sincerely yours,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ban
Top achievements
Rank 1
answered on 02 Jun 2009, 10:42 AM

Hi Peter,

 

Thank you very much for your reply.
the first and third questions  worked great, the second one I read the link you sent me and I put the maximum number of my appointments to 4 and all of them showed, But I do not know the max. number of my appointments its changeable during run time ! and when I put 30 as max. number I expect all the cells become very high !! and the second property  "MonthView-AdaptiveRowHeight" the one should manage the other cells high did not work and give me an error !! I thought this property not working with my version I am work on , I am using Version " 2008.3.1105.20 " ! if that right what is the property do same effect in my version ? .
Any suggestions Please ..

Thanks
Ban

0
Peter
Telerik team
answered on 02 Jun 2009, 04:04 PM
Hello Ban,

Yes, AdaptiveRowHeight was not implemented in 2008.3.1105.20. You need Q1 2009 version.



Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Ban
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ban
Top achievements
Rank 1
Share this question
or