Completed
Last Updated: 14 May 2014 09:05 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 06 Nov 2013 01:52
Category: Scheduler/Reminder
Type: Feature Request
0
ADD. RadScheduler - Add the ability to resize resource groups - added the SetResourceSize() method on SchedulerViewGroupedByResourceElementBase
Add the ability to change the width of the group headers when the scheduler is grouped by Resource.

Resolution: You can set the size using code snippet: 
((SchedulerViewGroupedByResourceElementBase)this.radScheduler1.ViewElement).SetResourceSize(0, 0.5f);
0 comments