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

Text Align In Grouping Issue in RadScheduler

3 Answers 128 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
johnson lim
Top achievements
Rank 1
johnson lim asked on 22 Apr 2010, 12:06 PM
Hi, i have text allign issue in RadScheduler when the resources grouping direction is Vertical. The text is not fully displayed and the text is align to the left.
Here is the picture.


Could anyone please advice me ?
PLEASE !!

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 23 Apr 2010, 11:14 AM
Hi Johnson,

Normally, you should be able to control the resource column width with the RowHeaderWidth property. However, there is a glitch currently with this property and until we fix it I suggest you use the following css:

.rsTimelineView .rsVerticalHeaderTable div  
{  
    width: auto !important;  
    text-align:center !important;  
}  


Kind regards,
Peter
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
ps
Top achievements
Rank 1
answered on 05 May 2011, 04:44 PM
Is this issue been fix ? I am finding way to text align possibly left side without making changes to css.

If at all I need to make change to the css, where would this be ? Can I just add this to the page ??
0
Peter
Telerik team
answered on 11 May 2011, 07:25 AM
Hello ps,

Yes, this should be fixed now.

If you ned to add any css rule, you can include it directly in the head of the page:
<head runat="server">
    <title></title>
        <style type="text/css">
        .myCustomStyle
        {
            ...
        }
       
    </style>


All the best,
Peter
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.

Tags
Scheduler
Asked by
johnson lim
Top achievements
Rank 1
Answers by
Peter
Telerik team
ps
Top achievements
Rank 1
Share this question
or