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

Simple way to make events longer

3 Answers 60 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
giancarlo
Top achievements
Rank 1
giancarlo asked on 15 May 2009, 07:08 PM
I have created my own skin.  how can i make the event to show as much as possible if there is room for it. 
My description only shows 2 lines.  i want more detail in case there arenot any other events on the same day. 

also is there a way to hide the scrolling on the right hand side?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 May 2009, 03:52 PM
Hello giancarlo,


 Please use the following css styles:

    <style type="text/css">
        .RadScheduler .rsMonthView .rsWrap,
        .RadScheduler .rsMonthView .rsApt
        {
            height:auto !important;
        }
       
        .RadScheduler .rsMonthView .rsApt
        {
            position:static !important;
        }
    </style>

This will cause the appointments height in Month View to be determined by the amount of text. However, this workaround may not work well for some cases.

As for the second question, please try the following settings for RadScheduler:

OverflowBehavior="Expand"
Height="100%"



Cheers,
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
Mark Gossman
Top achievements
Rank 2
answered on 24 Jan 2012, 07:32 PM
With the new version the event only shows one line of text. Is there a way to display more than one line.
0
Peter
Telerik team
answered on 27 Jan 2012, 10:07 AM
Hello Mark,

Please, try the CSS from this kb article. However, you should be aware that this workaround has its limitations (described in the article).

Kind regards,
Peter
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
giancarlo
Top achievements
Rank 1
Answers by
Peter
Telerik team
Mark Gossman
Top achievements
Rank 2
Share this question
or