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

GroupBy Resource Text Wrapping

2 Answers 82 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Timothy Kruszewski
Top achievements
Rank 1
Timothy Kruszewski asked on 25 Aug 2010, 09:33 PM
I have my group by column set to 150px on my scheduer but some of our client have very large names.  If I remove this setting from the css file

*+html

 

 

.RadScheduler .rsContent .rsVerticalHeaderTable th div { width: 150px;} /*IE7*/

 

I can see all of the names just fine but they take up to much space.  Is there a way to make the text wrap down to the next line?

2 Answers, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 27 Aug 2010, 01:21 PM
Hello Timothy Kruszewski,

You can add the following to the Css Class:

.RadScheduler .rsContent .rsVerticalHeaderTable th div
        {
            width: 150px;
            white-space:normal;
        }

Hope this helps.

Greetings,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Timothy Kruszewski
Top achievements
Rank 1
answered on 27 Aug 2010, 03:11 PM
Perfect, Thank you.
Tags
Scheduler
Asked by
Timothy Kruszewski
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Timothy Kruszewski
Top achievements
Rank 1
Share this question
or