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

How to increase the resource title width for Timeline Grouping scheduler

3 Answers 131 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Kalpen
Top achievements
Rank 1
Kalpen asked on 26 Feb 2013, 08:41 AM
Hello,

I am using the Timeline Grouping Scheduler. I am facing an issue with the Resource title width.

It was showing the title vertically. But I have changed it to show horizontally.

Now the problem is with the width. It does not display complete text.

I have attached a screenshot for this. 

Can anyone please tell me how to increase the resource(row) header width.

Thanks!
Kalpen Patel

3 Answers, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 28 Feb 2013, 03:12 PM
Hello Kalpen,

Thank you for writing,

You should use the following code snippet to achieve that:
this.radScheduler1.GroupType = GroupType.Resource;
this.radScheduler1.ActiveViewType = SchedulerViewType.Timeline;
TimelineGroupingByResourcesElement element = this.radScheduler1.SchedulerElement.FindDescendant<TimelineGroupingByResourcesElement>();
element.ResourceHeaderWidth = 100;

I hope this helps.

Kind regards,
Svett
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Join us for a FREE webinar to see all the new stuff in action.

Interested, but can’t attend? Register anyway and we’ll send you the recording.
0
Kalpen
Top achievements
Rank 1
answered on 07 Mar 2013, 10:16 AM
Thanks Svett. Thats what I was looking for.

I have one more question.

When the number of resources are increasing, form takes measurable time to load.

e.g. if I have 35 resources then it is taking 7-8 seconds for loading. Whereas it is taking 1/2 seconds for 25 resources. I am fetching data from dataview.

I checked many blogs and it is showing me that it is know issue with Timeline Grouping.

Thanks a lot!
0
Svett
Telerik team
answered on 11 Mar 2013, 03:40 PM
Hello Kalpen,

I did not manage to reproduce the issue with the supplied information. Could you share a code snippets that demonstrate how you initialize and load the
RadScheduler control?

All the best,
Svett
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Scheduler and Reminder
Asked by
Kalpen
Top achievements
Rank 1
Answers by
Svett
Telerik team
Kalpen
Top achievements
Rank 1
Share this question
or