I'm using a radscheduler in resource view and I'm finding that the resource names are all right justified and some of them are being truncated.
I've tried changing the rowheaderwidth and rowheight properties but this to make no difference.
See the attached file for an example.
1 Answer, 1 is accepted
0
Kamen Bundev
Telerik team
answered on 12 Mar 2010, 04:31 PM
Hi Richard,
Add this rule to your page to fix this issue: div.RadScheduler .rsContent .rsVerticalHeaderTable th div { width: 100%; text-align: left; }
The official fix for the width only will be available in RadControls for ASP.NET AJAX Q1 2010 SP1.
Best wishes,
Kamen Bundev
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.